Skip to content

tata9001/validate-commit-message

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GIT COMMIT-MSG hook for validating commit message.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%