bigstepdenmark / sdm-cli
Scandesign Media CLI
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/bigstepdenmark/sdm-cli
Requires
- php: ^7.2
This package is auto-updated.
Last update: 2025-12-28 00:28:39 UTC
README
Installation
Requires PHP 7.2+
Require SDM CLI using Composer:
$ composer global require bigstepdenmark/sdm-cli
Usage
List all sdmcli commands:
$ sdmcli
Help:
$ sdmcli help <command> #or $ sdmcli <command> --help
Create a new Magento module:
$ sdmcli magento:make:module
Install a fresh Laravel Application:
$ sdmcli laravel:new <name>
Install a fresh Symfony Application:
$ sdmcli symfony:new <name> [--type=web,ms/microservice]
Install a fresh Drupal8 Application:
$ sdmcli drupal8:new <name>



