A gitmoji interactive client for using gitmojis on commit messages.
$ npm i -g gitmoji-log
$ yarn global add gitmoji-logThis module depends on the
~/.gitmoji/gitmojis.jsonfile generated by gitmoji-cli, you might want to install it too.
Alternatively you can download the gitmojis.json file and place it inside the
~/.gitmoji/directory by hand.
git config --global --add pager.log 'gitmoji-log | less --tabs=4 -rFX'