hookmoji
v1.0.0
Published
Adds a Git hook in your project and replace common used words in git commit messages with emojis based on the [Gitmoji list](https://github.com/carloscuesta/gitmoji). Then just use `:docker:`, `:feature:`, `:docs:`, ... in your commit messages.
Readme
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 -gUsage
Intialize the Git hook by using the init command in your project folder.
The project MUST have a .git folder.
hookmoji init