1.1.0 • Published 3 years ago

lintush v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago