gmsg
v1.0.2
Published
adding emojis to git commit message
Downloads
2
Readme
Simple tool to add emojis to commit message
Install
$ yarn global add gmsg
or use NPM
$ npm i -g gmsg
Help
$ gmsg --help
Usage: gmsg [options] [command] <msg>
Commands:
list List of tags
interactive Interactive mode
Options:
-h, --help output usage information
TODO
There are few functions that I want to add in later stages:
- really like this project and may be will re-work the project with this (http://vorpal.js.org/)
- add message templates
- autocomplte emojies
- write tests
- need more documentation