@zhuxian/commitlint-cli
v0.0.9
Published
A node cli tool to generate commitlint configuration rules for your project with @commitlint/cli and husky
Downloads
4
Maintainers
Readme
commitlint-cli
A node cli tool to generate git commitlint configuration rules for your project with @commitlint/cli and husky.
Install
npm install -g @zhuxian/commitlint-cli
Useage
after installed, run the following command in your project:
commitlint-cli init
after the command run successfully, When you commit with the git command, use npm run commit
instead.