2017 © Pedro Peláez
 

library cli

Aze application installer.

image

aze/cli

Aze application installer.

  • Tuesday, January 23, 2018
  • by Airmanbzh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

AZE Installer

composer global require "aze/cli"

How to

Create a new AZE application

aze new [APPLICATION_NAME]

If you don't give an application name, the application will be build in the current directory, (*1)

Create a new AZE controller

aze new CONTROLLER_NAME [--dir=DIRECTORY]

Will create a new AZE controller in src/controller (by default) and update your composer.json. You can change the default directory if you set the --dir option., (*2)

If you don't give an application name, the application will be build in the current directory, (*3)

Launch a local server

aze serve

To launch a local server and open your browser, (*4)

aze serve -o

Parameters

To show an help, (*5)

aze serve --help

List of parameters : * --host=HOST host use to serve your application [default: "localhost"] * --port=PORT port use to serve your application [default: 80] * --publicDir=PUBLICDIR directory containing your public files and your index.php [default: "web"] * --config=CONFIG Configuration file to serve your application [default: "config.properties"] * -o, --open Open your default browser once the server is launched, (*6)

Configuration file

Exemple :, (*7)

[server]
host=localhost
port=80
publicDir=web

The Versions

23/01 2018

dev-dev

dev-dev

Aze application installer.

  Sources   Download

MIT

The Requires

 

cli aze

03/01 2018

dev-master

9999999-dev

Aze application installer.

  Sources   Download

MIT

The Requires

 

cli aze

30/11 2017

v1.1

1.1.0.0

Aze application installer.

  Sources   Download

MIT

The Requires

 

cli aze

30/11 2017

v1.0

1.0.0.0

Aze application installer.

  Sources   Download

MIT

The Requires

 

cli aze