becklyn / fix-ci
Small CLI utility, that allows to run the tasks from common CI tools.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 0
Type:cli
Requires
- php: ^7.2
- symfony/console: ^4.2 || ^5.0
- symfony/phpunit-bridge: ^5.0
- symfony/process: ^4.2 || ^5.0
- symfony/yaml: ^4.2 || ^5.0
Requires (Dev)
- roave/security-advisories: dev-master
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.