mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 07:50:08 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/grumphp
Normal file
21
tldr/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