1.0.0 • Published 5 years ago

hookmoji v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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