Frontmatter
| id | 3601 |
| title | enhance create class scripts |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Dec 15, 2022, 5:18 PM |
| updatedAt | Dec 15, 2022, 5:32 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3601 |
| author | AlexanderSVLC |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 15, 2022, 5:32 PM |
enhance create class scripts
AlexanderSVLC closed this issue on Dec 15, 2022, 5:32 PM
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.