Skip to content

PixnBits/githook-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

githook-scripts

Use package.json scripts for git hooks

Example

{
  "name": "your-package",
  "scripts": {
    "test": "mocha",
    "githook:pre-commit": "npm run test"
  },
  "devDependencies": {
    "githook-scripts": "latest"
  }
}