d3turnes/antonella-installer

Antonella 框架官方安装程序。

1.0 2021-05-24 11:42 UTC

This package is auto-updated.

Last update: 2024-09-24 23:11:59 UTC


README

Antonella Framework

Total Downloads License

Antonella Installer

Antonella 框架官方安装程序,这个简单的小脚本是从 github.com/laravel/installer 分支出来的。

如何安装它?

composer global require d3turnes/antonella-installer

如何使用它?

antonella new <project-name> --branch <branch>

例如

antonella new "My First Plugin" --branch 2.0
cd "my-first-plugin"
php antonella --help