Command Line Tool to help you write commits using emojis.
Instead of using git commit
use emojit
.
# install emojit globally
npm install -g emojit
# instead of writing `git commit` run `emojit`
emojit
# clone repo
git clone
# install dependencies
npm install
Emojis available at the moment. Give suggestions by reporting an issue.
Emojis | Description |
---|---|
➕ | Adding a feature |
➖ | Removing a feature |
📚 | Documentation |
🎨 | Design |
⬆ | Upgrading dependencies |
⬇ | Downgrading dependencies |
🎉 | Initial commit |