Skip to content

Latest commit

 

History

History
38 lines (15 loc) · 935 Bytes

File metadata and controls

38 lines (15 loc) · 935 Bytes

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

--name

Plugin Name: used for BaseClass and folder name

--technical

Technical 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

--minVersion

minimum version of shopware (see Shopware Documentation for more Information)