1.1.0 • Published 2 years ago

lintush v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

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
  1. Run lintush --init in your project root to create a lintush-config.js file.
  2. Edit lintush-config.js to fit your lint demands.
  3. Make sure your project has a commitlint.config.js file with a scope-enum required

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.

1.1.0

2 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago