mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Fix README
This commit is contained in:
15
htdocs/modulebuilder/template/dev/git-hooks/README
Normal file
15
htdocs/modulebuilder/template/dev/git-hooks/README
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user