Why cz-git
Why developed cz-git
- article: 「cz-git development journey」
- cz-customizable :
- Adding additional configuration files is needed.
- Only supports the upper and lower choices.
- There are fewer supported habitual configuration items.
- cz-conventional-changelog :
- There are fewer supported custom configuration items.
- Interactive method is not friendly.
- Too much repetitive input.
sh
$ npm install -D cz-conventional-changelog
added 147 packages in 21s
$ npm install -D cz-git
added 1 package in 0.552s
$ npm install -D cz-conventional-changelog
added 147 packages in 21s
$ npm install -D cz-git
added 1 package in 0.552s
- git-cz :
- There are fewer supported custom configuration items.
- Adding additional configuration files is needed.
sh
$ du -sh node_modules/*
148 MB node_modules/git-cz
1.9 MB node_modules/cz-git
$ du -sh node_modules/*
148 MB node_modules/git-cz
1.9 MB node_modules/cz-git