1.0.2 • Published 7 years ago

gitmoji-log v1.0.2

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

gitmoji-log

Travis Build Status npm version gitmoji badge npm downloads

A gitmoji interactive client for using gitmojis on commit messages.

Install

$ npm i -g gitmoji-log
$ yarn global add gitmoji-log

This module depends on the ~/.gitmoji/gitmojis.json file 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'