Skip to main content

[FEATURE] WinCC OA CLI Boilerplate for New Projects


Description:
Create a CLI generator for new OA projects, similar to create-react-app.

Example:
npx create-wccoa-project myProject

Generates:

  • Project structure
  • Standard DPs
  • Example panels
  • Build pipeline
  • Test setup

Acceptance Criteria:

  • CLI creates a working OA project skeleton
  • Includes at least 3 example panels
  • Provides CI/CD pipeline template
  • Includes README
  • v-code support (command)