lintush

1.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i lintush

Weekly Downloads

7

Version

1.1.0

License

MIT

Unpacked Size

32.9 kB

Total Files

15

Last publish

Collaborators

  • segevofer