guncha25 / git-hooks
This package is abandoned and no longer maintained.
No replacement package was suggested.
Package info
Language:Shell
Type:git-hooks
pkg:composer/guncha25/git-hooks
2.3
2019-08-14 14:54 UTC
Requires
README
Git hooks to help in development process.
Installation
Add this to your composer.json (depending on where your hooks are in relation to composer):
{
"extra": {
"dropin-paths": {
"../.git/hooks": ["type:git-hooks"]
}
}
}
Then install the composer package as usual with
composer require guncha25/git-hooks
Maintainers
License
MIT