escapework/console

Escape应用程序安装程序。

dev-master 2017-06-12 12:22 UTC

This package is auto-updated.

Last update: 2024-08-29 03:47:22 UTC


README

此安装程序安装由 Agência Escape 提供的 Laravel 模板。我们基于 Laravel 安装程序 进行了构建。

安装

$ composer global require escapework/console:dev-master

之后,只需执行以下命令

$ escape app:install your-project-name 

这将

  • 克隆存储库;
  • 安装 npm 依赖项;
  • 安装 composer 依赖项;
  • 生成 PHP artisan 密钥;
  • 初始化一个新的 git 仓库;
选项

我们还有一些选项来优化您的时间

  • --with-manager - 如果您在 Agência Escape 工作,此选项将生效

许可

查看 LICENSE 文件。