Skip to content

temadev/hook-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hook Email

Husky hook for checking author email address. It may be used if you want to be ensure that your commits are only from specific email address.

Installation

npm i hook-email --dev

Usage

Just add it to your .huskyrc file:

{
  "hooks": {
    "pre-commit": "npm run hook-email your-domain.com"
  }
}

About

Husky hook for checking author email address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published