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 --init
in your project root to create alintush-config.js
file. - Edit
lintush-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 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.