githook-scripts
v1.1.0
Published
easily run npm scripts in the git lifecycle
Downloads
42
Readme
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"
}
}