validate-git-commit-message

2.0.1 • Public • Published

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",
   ....
}

Readme

Keywords

Package Sidebar

Install

npm i validate-git-commit-message

Weekly Downloads

15

Version

2.0.1

License

Unlicense

Last publish

Collaborators

  • tata-king