File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818## Install as a global utility
1919
2020``` bash
21- npm install --global commitizen cz-conventional-commit
21+ npm install --global commitizen @metahub/ cz-conventional-commit
2222```
2323Create a .czrc file in your home directory, with the following content:
2424``` json
@@ -36,8 +36,8 @@ See [commitizen documentation](https://github.com/commitizen/cz-cli#conventional
3636
3737## Making your repo Commitizen-friendly
3838``` bash
39- npm install --save-dev commitizen cz-conventional-commit
40- ./node_modules/.bin/commitizen init @metahub/cz-conventional-commit --save-dev --save-exact
39+ npm install --save-dev commitizen @metahub/ cz-conventional-commit
40+ ./node_modules/.bin/commitizen init @metahub/cz-conventional-commit --save-dev
4141```
4242You can customize cz-conventional-commit in ` package.json ` :
4343``` json
You can’t perform that action at this time.
0 commit comments