scaffold_viewmodel
Create an @Observable ViewModel class in a specified directory to manage SwiftUI view state and business logic.
Instructions
Generate an @Observable ViewModel class
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ViewModel name (e.g., ProfileViewModel) | |
| outputPath | Yes | Directory to create the file in |