qlimix / cli
Command line interface tools
dev-master
2020-04-19 12:14 UTC
Requires
- php: >=7.4
Requires (Dev)
- qlimix/code-standard: ^2.0
This package is auto-updated.
Last update: 2024-10-19 22:36:43 UTC
README
Command line tools.
Install
Using Composer:
$ composer require qlimix/cli
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.