emoji-commit
v0.1.3
Published
The is the NPM release of [the emoji committer](https://github.com/LinusU/emoji-commit) 🎉
Readme
Emoji Commit on NPM
The is the NPM release of the emoji committer 🎉
Installation
npm install -g emoji-commitUsage
The emoji committer can be used in two ways. Either invoked directly, or by configuring git to invoke it.
Invoke directly
Simply call emoji-commit as you would any other command:
emoji-commitConfigure Git
You can set the core.editor configuration in git the the emoji committer to always use it when committing.
git config --global core.editor 'emoji-commit'