Download the PHP package kayw/quality-hook-installer without Composer
On this page you can find all versions of the php package kayw/quality-hook-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kayw/quality-hook-installer
More information about kayw/quality-hook-installer
Files in kayw/quality-hook-installer
Download kayw/quality-hook-installer
More information about kayw/quality-hook-installer
Files in kayw/quality-hook-installer
Vendor kayw
Package quality-hook-installer
Short Description Install an execute script of specify quality tools to your git pre-commit hook, and it executes only for changed files
License MIT
Package quality-hook-installer
Short Description Install an execute script of specify quality tools to your git pre-commit hook, and it executes only for changed files
License MIT
Please rate this library. Is it a good library?
Informations about the package quality-hook-installer
Quality Hook Installer
Install an execute script of specify quality tools to your git pre-commit hook, and it executes only for changed files
Install
Usage
quality run install --phpstan --php-cs-fixer
- Execute
git add .
in your project. git commit -m 'xxx'
- The pre-commit hook will be triggered and the PHPStan and PHPCsFixer will execute only for changed files.
Commands
The following command will execute quality inspection only for changed files
quality run --phpstan --php-cs-fixer
The following command will write in your pre-commit of git hook
quality run install --phpstan --php-cs-fixer
The following command will remove your pre-commit of git hook
quality run uninstall
All versions of quality-hook-installer with dependencies
PHP Build Version
Package Version
Requires
symfony/console Version
^6.4.7
The package kayw/quality-hook-installer contains the following files
Loading the files please wait ....