vierwd / composer-githooks
Set the githooks directory after composer installation
Package info
github.com/4wdmedia/composer-githooks
Type:composer-plugin
pkg:composer/vierwd/composer-githooks
1.3.0
2022-04-12 13:28 UTC
Requires
- php: ^7.1 || ^8.0
- composer-plugin-api: ^1.1 || ^2.0
README
By default, git hooks are located in .git/hooks and are not checked in. Since git v2.9 it is possible to set a configuration variable core.hooksPath with a custom path. This composer plugin takes care to set the configuration variable to githooks of the current repository when composer install is run.
It is based on CaptainHook.