1.0.0 • Published 7 years ago
hookmoji v1.0.0
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 init1.0.0
7 years ago