English
Why cz-git
- cz-customizable :
- Adding additional configuration files are needed.
- Only supports the upper and lower choices.
- There are fewer supportable habitual configuration items.
- cz-conventional-changelog :
- Supported custom configuration items are less.
- Interactive method is no friendly.
- Too many repetitive input.
sh
$ npm install -D cz-conventional-changelog
added 147 packages in 21s
$ npm install -D cz-git
added 1 package in 0.482s
$ npm install -D cz-conventional-changelog
added 147 packages in 21s
$ npm install -D cz-git
added 1 package in 0.482s
- git-cz :
- Supported custom configuration items are less.
- Adding additional configuration files are needed.
sh
$ du -sh node_modules/*
148 MB node_modules/git-cz
1.6 MB node_modules/cz-git
$ du -sh node_modules/*
148 MB node_modules/git-cz
1.6 MB node_modules/cz-git