Frontmatter
| id | 3254 |
| title | buildScripts/createClass: automatically figure out the best fitting base class |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Jul 4, 2022, 12:25 AM |
| updatedAt | Jul 15, 2022, 3:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3254 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 15, 2022, 3:46 PM |
we need to add multiple (async?)
inquirer.prompt()calls to work with the given answers before a user can ask the next questions.after entering the desired className, the program can then figure out the best matching base class:
.model.=> data.Model.store.=> data.Store