@wizishop/commit-helper
v1.0.1
Published
Commit helper uses [commitlint](https://github.com/conventional-changelog/commitlint) to help you write standard commit messages
Downloads
1
Keywords
Readme
Commit helper - Commit made easy 🦄
Commit helper uses commitlint to help you write standard commit messages
Quick start
npm i -g @wizishop/commit-helper
-- OR --
npm i -D @wizishop/commit-helper
- Run
wzch --init
in your project root to create awzch-config.js
file. - Edit
wzch-config.js
to fit your lint demands. - Make sure your project has a
commitlint.config.js
file with ascope-enum
[required]- You can take a look at this example if you're not sure.
Writing commit messages
Run wzch
in your project directory to write your amazing commit message 🦄🦄🦄