Frontmatter
| id | 3602 |
| title | Enhance create class build script |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Dec 15, 2022, 5:33 PM |
| updatedAt | Sep 14, 2024, 4:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3602 |
| author | Krytechs |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 14, 2024, 4:26 AM |
Is your feature request related to a problem? Please describe. a strong dev tool helps new developers to see connections between different components of a framework
Describe the solution you'd like When I use the create-class command line interface and want to create a store it should ask me whether I want to also implement a model.
The correct way of implementation depends on the driving part. What is the core in this store/model system which is the driving part? Depending on that this should be the master and requests if you want to add the slaves.