1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 22:44:54 +02:00
tldr/pages/common/grumphp.md
2019-11-14 15:07:39 +00:00

288 B

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