Socket
Socket
Sign inDemoInstall

hookmoji

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hookmoji

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.


Version published
Maintainers
1
Install size
67.3 kB
Created

Readme

Source

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

FAQs

Last updated on 23 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc