lintush
v1.1.0
Published
Lintush uses [commitlint](https://github.com/conventional-changelog/commitlint) to help you write standard commit messages
Readme
Lintush - Commit made easy 🦄
Lintush uses commitlint to help you write standard commit messages
Quick start
npm i -g lintush
-- OR --
npm i -D lintush- Run
lintush --initin your project root to create alintush-config.jsfile. - Edit
lintush-config.jsto fit your lint demands. - Make sure your project has a
commitlint.config.jsfile with ascope-enum[required]- You can take a look at this example if you're not sure.
Writing commit messages
Run lintush in your project directory to write your amazing commit message 🦄🦄🦄
You can run lintush && git commit -F .git/COMMIT_EDITMSG to automatically commit,
or run lintush && git commit -F .git/COMMIT_EDITMSG -e to edit your commit message after Lintush is done.
