An open API service indexing awesome lists of open source software.

https://github.com/bowphp/installer

The Bow Framework cli installer
https://github.com/bowphp/installer

bow bow-framework installer

Last synced: 16 days ago
JSON representation

The Bow Framework cli installer

Awesome Lists containing this project

README

          



Cli installer

### Installation

You need to install composer glabaly.

```bash
composer global require bowphp/installer
```

## Usage

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

```bash
bow create [app name]
```

You specified the application version like this:

```bash
bow create app [version]
```

For exemple:

```bash
bow create app 4.0
```