Frontmatter
| id | 3256 |
| title | buildScripts/createClass: generate view => ask for view controller & model |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 4, 2022, 12:28 AM |
| updatedAt | Sep 13, 2024, 4:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3256 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:30 AM |
in case a user generates any class extending
component.Base, we can ask to create a relatedcontroller.Componentandmodel.Componentas well, which get hooked into the just generated view file.