Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 271 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 271 Bytes

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