https://github.com/d3turnes/antonella-installer
Antonella Framework Official Installer
https://github.com/d3turnes/antonella-installer
antonella installer-script
Last synced: over 1 year ago
JSON representation
Antonella Framework Official Installer
- Host: GitHub
- URL: https://github.com/d3turnes/antonella-installer
- Owner: d3turnes
- Created: 2021-05-24T10:35:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T12:46:15.000Z (about 5 years ago)
- Last Synced: 2025-01-10T12:32:47.424Z (over 1 year ago)
- Topics: antonella, installer-script
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://packagist.org/packages/d3turnes/antonella-installer)
[](https://packagist.org/packages/d3turnes/antonella-installer)
# 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 --branch
```
## For example
```
antonella new "My First Plugin" --branch 2.0
cd "my-first-plugin"
php antonella --help
```