@molejs/git-emoji-commit-hook

0.1.1 • Public • Published

安装

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

Package Sidebar

Install

npm i @molejs/git-emoji-commit-hook

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

22.8 kB

Total Files

11

Last publish

Collaborators

  • albert-zhang
  • jiayunqiu
  • liugenpeng
  • luochongjie
  • zhizhi_wang