managed-git-hooks
v0.0.1
Published
Git hook scripts managed along with your repository
Downloads
1
Maintainers
Readme
managed-git-hooks
Git hook scripts managed along with your repository
Installation
It's advised to install this module as devDependency in your package.json file so it doesn't get installed on production servers:
npm install --save-dev managed-git-hooks
Usage
Use it just like native git hooks, but instead of .git/hooks
you can use a
versioned /git-hooks
dir.
When installed, this module symlink your hooks to your project's git. Existent hooks will not be overwritten.