grumphp: add page (#3570)

client-spec/clarity
Pierre Rudloff 2019-11-14 16:07:39 +01:00 committed by Owen Voke
parent ce3c46684d
commit 5f7a4325a1
1 changed files with 16 additions and 0 deletions

16
pages/common/grumphp.md Normal file
View File

@ -0,0 +1,16 @@
# grumphp
> A composer plugin that enables source code quality checks.
> More information: <https://github.com/phpro/grumphp>.
- Register the Git hooks:
`grumphp git:init`
- Trigger the pre-commit hook manually:
`grumphp git:pre-commit`
- Check every versioned file:
`grumphp run`