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

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

Awesome Lists containing this project

README

          

![Antonella Framework](https://antonellaframework.com/wp-content/uploads/2018/06/anonella-repositorio.png)

[![Total Downloads](https://poser.pugx.org/d3turnes/antonella-installer/downloads)](https://packagist.org/packages/d3turnes/antonella-installer)
[![License](https://poser.pugx.org/d3turnes/antonella-installer/license)](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
```