mezon / cli
CLI tool
1.0.7
2022-04-06 04:50 UTC
Requires
- php: >=7.2.0
- mezon/infrastructure-layer: 1.2.*
Requires (Dev)
- infection/infection: ^0.26.6
- phpunit/php-token-stream: 4.0.4
- phpunit/phpunit: ^9.5.20
- vimeo/psalm: ^4.22.0
README
Installation
composer global require mezon/cli
Command line pattern
Here is the most common pattern:
mezon <verb> <entity> [<options>]
Here <verb> is:
create
help
version
And <entity> can be:
htaccess
(default .htaccess will be created);fs
(default file structure will be created);application
(default Application.php file with default class will be created).project
(default .env will be created with settings for the project).