GitArika / commitlint-husky

Integrating commit lint @commitlint/config-conventional

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Install dependencys

npm install

commit your changes:

git commit -m "update readme.md" # Fail

git commit -m "docs: update readme.md" # Success

Husky

Husky enhances your commits and more 🐶 woof!

Automatically lint your commit messages, code, and run tests upon committing or pushing.

Get started here.

Commit lint

Lint commit messages

helps your team adhere to a commit convention

Get started here.

Credits

Created by Ariel. Don't forget to give an ⭐.

You are welcome!

About

Integrating commit lint @commitlint/config-conventional


Languages

Language:JavaScript 100.0%