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
- Host: GitHub
- URL: https://github.com/bowphp/installer
- Owner: bowphp
- License: mit
- Created: 2019-03-21T17:10:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T12:05:27.000Z (about 7 years ago)
- Last Synced: 2025-10-29T06:38:21.497Z (5 months ago)
- Topics: bow, bow-framework, installer
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```