PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon CLI   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Mezon CLI
Create files for Mezon framework applications
Author: By
Last change:
Date: 2 years ago
Size: 371 bytes
 

Contents

Class file image Download

Mezon CLI Tool

Command line pattern

Here is the most common pattern:

mezon <verb> <entity> [<options>]

Here is &lt;verb&gt; is:

  • `create`

And &lt;entity&gt; 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).