1.0.2 • Published 7 years ago

gmsg v1.0.2

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

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