Hookmoji
Adds a Git hook in your project and replace common used words in git commit messages with emojis based on the Gitmoji list.
Then just use :docker:
, :feature:
, :docs:
, ... in your commit messages.
Requirements
- Git
- Node > 10
- npm
Installation
Install Hookmoji through your package manager:
npm install hookmoji -g
# or yarn add hookmoji -g
Usage
Intialize the Git hook by using the init
command in your project folder.
The project MUST have a .git
folder.
hookmoji init