Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.17 KB

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'