scaffold_view
Create a SwiftUI view file with an optional preview provider, specifying the view name and output directory for quick project scaffolding.
Instructions
Generate a SwiftUI View file with optional preview provider
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | View name (e.g., ProfileView) | |
| outputPath | Yes | Directory to create the file in | |
| includePreview | No | Include #Preview macro (default: true) |