mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
grumphp: add page (#3570)
This commit is contained in:
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`
|
Loading…
Reference in New Issue
Block a user