0.1.1 • Published 5 years ago

@molejs/git-emoji-commit-hook v0.1.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
5 years ago

安装

  • 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"
    ]
  }
}