1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/grumphp.md
Managor dd77012848
common*: refresh old pages part 4 (#16258)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-04-26 06:25:38 +03:00

16 lines
301 B
Markdown

# grumphp
> A PHP Composer plugin that enables source code quality checks.
> More information: <https://github.com/phpro/grumphp#commands>.
- Register the Git hooks:
`grumphp git:init`
- Trigger the pre-commit hook manually:
`grumphp git:pre-commit`
- Check every versioned file:
`grumphp run`