@forgleaner/cz-customizable
v6.3.0
Published
A customizable commitizen adapter.
Downloads
2
Maintainers
Readme
cz-customizable
一个可定制的commitizen适配器,为choices添加了前置的序号,当提交的消息类型数量较多时候,上下切换选择的时候可以显得更清晰。
Install
$ npm i -D @forgleaner/cz-customizable
Usage
添加以下代码至 package.json
...
"config": {
"commitizen": {
"path": "node_modules/@forgleaner/cz-customizable"
}
}