scaffold_coredata_model
Generate a Core Data NSManagedObject subclass by specifying entity name, attributes, and output directory.
Instructions
Generate a Core Data NSManagedObject subclass with attributes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name (e.g., User, Task) | |
| attributes | No | Entity attributes (defaults to id, name, createdAt) | |
| outputPath | Yes | Directory to create the file in |