New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@molejs/git-emoji-commit-hook

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@molejs/git-emoji-commit-hook

enjoy emoji

0.1.1
latest
npm
Version published
Weekly downloads
1
Maintainers
5
Weekly downloads
 
Created
Source

安装

  • Install git-emoji-commit-hook package
$ npm install -g @molejs/git-emoji-commit-hook
  • Install the hook
$ cd any-git-initialized-directory
$ git-emoji-commit-hook --init

配置

You can put unwanted emojis in a blacklist section by adding the name in a blacklist array in your package.json:

{
  "gitmoji": {
    "blacklist": [
      "card-file-box",
      "beers"
    ]
  }
}

Keywords

git

FAQs

Package last updated on 08 Jul 2019

Did you know?

Socket

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