Automatically install pre-commit hooks for your npm modules.
Mocha reporter for use with git hooks
Automatically install post-commit hooks for your npm modules.
Yet another precommit module that will run tasks defined in a config file or in a `package.json` file, stashing anything that is not supposed to be commited before run the scripts to avoid false positives when running validation like tasks
You can run the pre-commit with any build tool (Gulp, Grunt etc..) and it will ignore all the **unstaged changes** that wasn't added to the git index (using the command ```git add```).
Fork of husky which hides npm Err messages
1.0.0 published 2016-10-20T07:51:16.134Z by marvinhagemeister
Fork of husky which hides npm Err messages
1.0.0 published 2016-10-19T20:42:28.500Z by marvinhagemeister
A fork of pre-commit which does not instruct the user how to ignore the hooks. See https://github.com/observing/pre-commit for more info.
1.1.7-alpha published 2016-10-13T16:02:57.704Z by machellerogden
copy from 3rdeden ,and do some thing with my feature; for eslint only
Commonly used git hooks for projects
2.1.2 published 2016-02-10T22:01:39.761Z by weikinhuang
the extensible core of precommit-hook
Pre commit with angular conventions
1.0.3 published 2015-09-05T23:27:59.333Z by andytjoslin
Automatically install pre-commit hooks for your npm modules.
Git hook scripts managed along with your repository