8000 GitHub - CodeDotJS/what-the-commit: :cool: Commit Message Generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CodeDotJS/what-the-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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

About

🆒 Commit Message Generator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0