mezon/cli

1.0.7 2022-04-06 04:50 UTC

This package is auto-updated.

Last update: 2024-04-06 09:20:24 UTC


README

Open Collective Packagist Twitter

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).