2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/modulebuilder/template/dev/git-hooks
Laurent Destailleur 3db101ffdd Clean packager
2017-10-31 01:06:07 +01:00
..
2017-10-31 01:06:07 +01:00
2017-10-31 01:06:07 +01:00
2017-10-31 01:06:07 +01:00

# 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
```