jobaria/quality-tools

Set of quality tools for your application.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

0.1.0 2020-12-28 14:21 UTC

This package is auto-updated.

Last update: 2024-04-28 21:50:55 UTC


README

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.