mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 10:14:09 +02:00
grumphp: add page (#3570)
This commit is contained in:
parent
ce3c46684d
commit
5f7a4325a1
1 changed files with 16 additions and 0 deletions
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`
|
Loading…
Add table
Reference in a new issue