Scandesign Media CLI

v1.0.4 2019-12-17 01:30 UTC

This package is auto-updated.

Last update: 2024-09-27 21:39:56 UTC


README

安装

需要 PHP 7.2+ PHP

使用 Composer 安装 SDM CLI

$ composer global require bigstepdenmark/sdm-cli

使用方法

列出所有 sdmcli 命令

$ sdmcli

帮助

$ sdmcli help <command> 
#or
$ sdmcli <command> --help

创建新的 Magento 模块

$ sdmcli magento:make:module

安装新的 Laravel 应用程序

$ sdmcli laravel:new <name>

安装新的 Symfony 应用程序

$ sdmcli symfony:new <name> [--type=web,ms/microservice]

安装新的 Drupal8 应用程序

$ sdmcli drupal8:new <name>