becklyn/fix-ci

Small CLI utility, that allows to run the tasks from common CI tools.

1.0.4 2020-05-07 16:09 UTC

This package is auto-updated.

Last update: 2024-04-08 01:04:30 UTC


README

A small and simple CLI utility, that allows to run the tasks from common CI tools.

Installation

composer global require becklyn/fix-ci

Usage

Call the CLI tool from the project directory:

fix-ci

By default the tool runs checks (like tests) and all fixers.

If you only want to run the fixers and skip the tests, pass the --only-fix option.