Create Aura Application
sf_create_aura_appGenerate Aura Application bundle scaffolds, returning .app file content with configurable access, component includes, and extensions for standalone Lightning apps.
Instructions
Generates an Aura Application bundle scaffold. Returns the .app file content with the specified access level, optional parent app extension (e.g. force:slds for SLDS styling), included components, and body content. Aura Apps are standalone Lightning applications accessible via /c/AppName.app URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| access | No | Access level | public |
| appName | Yes | Aura app name (PascalCase) | |
| extends | No | Parent app to extend, e.g. 'force:slds' | |
| includes | No | Component names to include | |
| bodyContent | No | Body markup content | |
| description | No | Description |