jobaria / quality-tools
Set of quality tools for your application.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.0
- composer-plugin-api: ^2.0
- composer/composer: ^2.0
README
Set of quality tools for your application. Based on GrumPHP, including the following tools:
Requirements
Required to install and run quality-tools:
- Composer (v2.0) (https://getcomposer.org)
- Phive (https://phar.io)
Installation
Install via composer:
$ composer require --dev jobaria/quality-tools
When composer completes, run the following commands:
# Install the necessary quality tools $ phive install # Enable GrumPHP and sniff your commits $ tools/grumphp git:init
After install, edit configuration files (copied to your root folder) to your personal preferences.
Usage
All tools will be run automatically on git-commit via GrumPHP.