Frontmatter
| id | 3257 |
| title | buildScripts/addConfig |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 4, 2022, 12:31 AM |
| updatedAt | Sep 13, 2024, 4:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3257 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:30 AM |
a new build program to automatically generate configs would be sweet.
after picking a config name, the program should ask (multi-select) to generate the
methods boilerplate logic.
follow up ticket: the program should create a class instance (in nodejs) to figure out if this config was already set inside a base class. if so, remove the trailing config underscore and call the super class methods (in case they do exist).