becklyn/fix-ci

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

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:cli

pkg:composer/becklyn/fix-ci

1.0.4 2020-05-07 16:09 UTC

This package is auto-updated.

Last update: 2025-09-08 04:13:24 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.