1.0.0 • Published 7 years ago

what-the-commit v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

A random commit message generator.

Build Status Build Status

Install

$ npm install --save what-the-commit

Usage

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
})

API

  • wtf() : Return promise for random commit messages

Related

  • wtfcommits : Generate shitty commit messages from the command line

License

MIT © Rishi Giri