what-the-commit

1.0.0 • Public • Published



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

Package Sidebar

Install

npm i what-the-commit

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rishi