grumphp: add page (#3570)
This commit is contained in:

committed by
Owen Voke

parent
ce3c46684d
commit
5f7a4325a1
16
pages/common/grumphp.md
Normal file
16
pages/common/grumphp.md
Normal 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`
|
Reference in New Issue
Block a user