User story
As an app developer, I want shopware app create to scaffold a complete runnable app project (not just the manifest), so I can start development without manually setting up the app backend and local networking.
Problem it solves
shopware-cli app create currently only generates the Shopware-side registration (manifest.xml). It does not scaffold the actual app project (e.g. Node/PHP backend, webhook handling, OAuth setup). This leaves developers only halfway done and struggling with local service setup, searching through docs (example apps exist in the Node.js SDKs) to understand the manifest. They must manually:
- Create the app service project
- Configure webhooks and callback URLs
- Set up Docker networking
- Make the app reachable from the browser and the shop
Plugins are much easier because everything runs inside the shop.
Acceptance criteria
User story
As an app developer, I want
shopware app createto scaffold a complete runnable app project (not just the manifest), so I can start development without manually setting up the app backend and local networking.Problem it solves
shopware-cli app createcurrently only generates the Shopware-side registration (manifest.xml). It does not scaffold the actual app project (e.g. Node/PHP backend, webhook handling, OAuth setup). This leaves developers only halfway done and struggling with local service setup, searching through docs (example apps exist in the Node.js SDKs) to understand the manifest. They must manually:Plugins are much easier because everything runs inside the shop.
Acceptance criteria
manifest.xml