mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
288 B
Markdown
17 lines
288 B
Markdown
![]() |
# 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`
|