Skip to content

Instantly share code, notes, and snippets.

@shyim
Last active September 19, 2022 07:18
Show Gist options
  • Save shyim/ab1dbe5332feebb5015c12535e0f2306 to your computer and use it in GitHub Desktop.
Save shyim/ab1dbe5332feebb5015c12535e0f2306 to your computer and use it in GitHub Desktop.
Task

Task Create an Symfony Command to create apps

  • Create a Symfony Command app:create
  • The command should create a manifest.xml like described here https://developer.shopware.com/docs/guides/plugins/apps/app-base-guide
    • The user should be asked to define the name etc.
  • Add a optional flag --theme
    • This adds a theme.json to add a theme as app. Look into documentation
  • Add unit tests to test your command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment