generate_ui5_feature
Generate a complete UI5 feature scaffold including view, controller, fragment, routing, and i18n files to accelerate SAPUI5 development with dry-run preview capability.
Instructions
Generate an end-to-end UI5 feature scaffold (view/controller/fragment/routing/i18n) with dry-run support.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| featureName | Yes | ||
| namespace | No | ||
| manifestPath | No | ||
| dryRun | No | ||
| allowOverwrite | No | ||
| reason | No | ||
| maxDiffLines | No | ||
| withFragment | No | ||
| controllerMethods | No | ||
| paths | No | ||
| routing | No | ||
| i18n | No |