bowphp/installer

Bow framework CLI installer

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 3

Type:composer-plugin

0.1.0 2019-03-26 11:55 UTC

This package is auto-updated.

Last update: 2024-03-26 23:38:24 UTC


README

Cli installer

Installation

You need to install composer glabaly.

composer global require bowphp/installer

Usage

For create the fresh Bow Framework application. You can do this:

bow create [app name]

You specified the application version like this:

bow create app [version]

For exemple:

bow create app 4.0