1.0.2 • Published 6 years ago
hook-email v1.0.2
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 --devUsage
Just add it to your .huskyrc file:
{
"hooks": {
"pre-commit": "npm run hook-email your-domain.com"
}
}