UNPKG

312 BMarkdownView Raw
1# @wuxh/commitzen-config
2
3## usage
4
5### install
6
7```bash
8npm i commitizen cz-customizable @wuxh/commitzen-config -D
9```
10
11### Edit `package.json`
12
13```json
14{
15 "scripts": {
16 "commit": "git-commit"
17 },
18 "config": {
19 "cz-customizable": {
20 "config": "node_modules/@wuxh/commitzen-config"
21 }
22 }
23}
24```