A command line tool to generate an amusing commit message.
Find the lolcommit package on npmjs.com
Inspired by whatthecommit
npm install -g lolcommit
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 are written using the Jest framework.
npm run test
This project uses Travis for CI, to build and run tests on Pull Requests.