0.1.11 • Published 3 years ago
create-shopware6-plugin v0.1.11
Shopware 6 Plugin Generator
This small npm package is used to create a new Shopware 6 Plugin
Usage
npx create-shopware6-plugin --name "PluginName" --technical "plugin_name" --dockware --targetVersion "latest" --minVersion "6.3.5.0"Options
--namePlugin Name: used for BaseClass and folder name
--technicalTechnical name: Technical name (see Shopware Documentation for more Information)
--dockware (optional)Should Dockware be setup with docker compose?
--targetVersion (optional)Only if dockware, which Shopware version should be used for setting up dockware
--minVersionminimum version of shopware (see Shopware Documentation for more Information)