TLDR; Ideally the developer should be able to provide one theme file/folder and be able to generate themes without having to go through too many steps as listed here
It would be much better if this is an npm package that exposes a getThemeDefinitions() method. It would also be nice to have helper methods such as injectToTemplate() documented
This way, it is easier to update the main theme and the amount of boilerplate needed to create a new theme reduces drastically
TLDR; Ideally the developer should be able to provide one theme file/folder and be able to generate themes without having to go through too many steps as listed here
It would be much better if this is an npm package that exposes a
getThemeDefinitions()method. It would also be nice to have helper methods such asinjectToTemplate()documentedThis way, it is easier to update the main theme and the amount of boilerplate needed to create a new theme reduces drastically