2.0.1 • Published 7 years ago

validate-git-commit-message v2.0.1

Weekly downloads
106
License
Unlicense
Repository
github
Last release
7 years ago

validate-git-commit-message

Validate rules:

  • [CardNumber] author: commit purpose
  • [CardNumber] author1 & author2: commit purpose

Installation

yarn add -D validate-git-commit-message

How to use

This validate need to be used with Husky . Add this config to package.json

"scripts": {
   "commitmsg": "validate-git-commit-msg",
   ....
}
2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago