0.0.6 • Published 4 years ago

baiji-cz-rule v0.0.6

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

baiji-cz-rule

本项目修改自 cz-custom-enhanced

screenshot

Steps

  • 首选需要安装commitizen插件: npm install -g commitizen.
  • 然后再安装: npm install baiji-cz-rule --save-dev
  • 最后通过配置让 commitizen 使用 baiji-cz-rule 作为插件。 你需要在package.json中加入如下几行代码:

    "config": {
      "commitizen": {
        "path": "node_modules/baiji-cz-rule"
      }
    }
  • 之后使用 git 提交代码时,使用 git cz 替换 git commit

0.0.6

4 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago