validate-git-commit-message
v2.0.1
Published
GIT COMMIT-MSG hook for validating commit message.
Readme
validate-git-commit-message
Validate rules:
[CardNumber] author: commit purpose[CardNumber] author1 & author2: commit purpose
Installation
yarn add -D validate-git-commit-messageHow to use
This validate need to be used with Husky .
Add this config to package.json
"scripts": {
"commitmsg": "validate-git-commit-msg",
....
}