git规范提交中文版
npm install @nicecode/commit
> cnpm i commitizen @nicecode/commit --save-dev
``json{ ... "config": { "commitizen": { "path": "@nicecode/commit" } },}`
json{ ... "config": { "commitizen": { "path": "@nicecode/commit" } },}
`json{ "cz": "git add . && git cz"}`
json{ "cz": "git add . && git cz"}
`npm run cz``
npm run cz
Nicecoders Team