@fatesigner/cz-customizable

A customizable commitizen adapter.

Usage no npm install needed!

<script type="module">
  import fatesignerCzCustomizable from 'https://cdn.skypack.dev/@fatesigner/cz-customizable';
</script>

README

cz-customizable

npm

一个可定制的commitizen适配器,为choices添加了前置的序号,当提交的消息类型数量较多时候,上下切换选择的时候可以显得更清晰。

screenshot

Install

$ npm i -D @fatesigner/cz-customizable

Usage

添加以下代码至 package.json

...
"config": {
  "commitizen": {
    "path": "node_modules/@fatesigner/cz-customizable"
  }
}

Configuration

配置可参考 leonardoanalista/cz-customizable