@molejs/git-emoji-commit-hook
v0.1.1
Published
enjoy emoji
Downloads
6
Readme
安装
- 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"
]
}
}