Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

ResourcefulHumans/validate-commit-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validate-commit-email

Build Status monitored by greenkeeper.io js-standard-style semantic-release Code Climate

NPM

Validate the email of the current committer in your commit message hook.

If you are using husky, add this to your package.json:

  "scripts": {
    
    "commitmsg": "validate-commit-email @example.com$"
  }

This will enforce all committers to use an email that ends with @example.com.

About

Validate the email of the current committer in your pre-commit hook.

Resources

License

Stars

Watchers

Forks

Packages

No packages published