mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 02:48:40 +00:00
Update cheatsheets
This commit is contained in:
21
grumphp
Normal file
21
grumphp
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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>.
|
||||
|
||||
- Register the Git hooks:
|
||||
|
||||
`grumphp git:init`
|
||||
|
||||
- Trigger the pre-commit hook manually:
|
||||
|
||||
`grumphp git:pre-commit`
|
||||
|
||||
- Check every versioned file:
|
||||
|
||||
`grumphp run`
|
||||
Reference in New Issue
Block a user