0.1.3 • Published 5 years ago

emoji-commit v0.1.3

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

Emoji Commit on NPM

The is the NPM release of the emoji committer 🎉

Installation

npm install -g emoji-commit

Usage

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-commit

Configure 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'