mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|