d3turnes / antonella-installer
Antonella Framework Official Installer.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
This package is auto-updated.
Last update: 2025-03-25 00:24:29 UTC
README
Antonella Installer
Antonella Framework Official Installer, this simple little script is a fork of github.com/laravel/installer.
How to install it?
composer global require d3turnes/antonella-installer
How to use it?
antonella new <project-name> --branch <branch>
For example
antonella new "My First Plugin" --branch 2.0
cd "my-first-plugin"
php antonella --help