/lolcommit

generate a funny commit message

Primary LanguageJavaScript

lolcommit

A command line tool to generate an amusing commit message.

Find the lolcommit package on npmjs.com

Inspired by whatthecommit

How to install

npm install -g lolcommit

How to run

lolcommit

> Not one conflict, today was a good day.

lolcommit prefix

> lolcommit: Who Let the Bugs Out??

lolcommit commit

> git commit -m "Ok, 5am, it works.  For real."

lolcommit prefix commit

> git commit -m "lolcommit: Version control is awful"

Tests

Tests are written using the Jest framework.

npm run test

CI

This project uses Travis for CI, to build and run tests on Pull Requests.