jobaria / quality-tools

Set of quality tools for your application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quality-tools

Software License Packagist Version PHP Version

Set of quality tools for your application. Based on GrumPHP, including the following tools:

Requirements

Required to install and run quality-tools:

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.

About

Set of quality tools for your application.

License:MIT License


Languages

Language:PHP 100.0%