Fix README

This commit is contained in:
Laurent Destailleur
2017-06-24 11:35:53 +02:00
parent 3b2eb97d72
commit 509aad9bce
6 changed files with 163 additions and 223 deletions

View File

@@ -0,0 +1,15 @@
# Git hooks
Optional [GIT hooks](https://git-scm.com/book/it/v2/Customizing-Git-Git-Hooks) are provided.
These are just wrappers calling composer scripts.
They ensure best practices are followed during module development.
Install:
```sh
composer git_hooks_install
```
Remove:
```sh
composer git_hooks_remove
```