1.0.2 • Published 9 years ago
emojit v1.0.2
Emojit
Command Line Tool to help you write commits using emojis.
Instead of using git commit use emojit.

Usage
# install emojit globally
npm install -g emojit
# instead of writing `git commit` run `emojit`
emojitDevelopment
# clone repo
git clone
# install dependencies
npm installEmojis
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 |