A random commit message generator.
$ npm install --save what-the-commit
const wtf = require('what-the-commit');
wtf().then(commit => {
console.log(commit);
// => Just committing so I can go home
});
wtf().then(commit => {
console.log(commit);
// => commented out failing tests
})
wtf()
:
Return promise for random commit messages
wtfcommits
:
Generate shitty commit messages from the command line
MIT © Rishi Giri