You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix generator component ordering (#20)
* Various changes:
- Add templates_location config option
- Add require_component_types config option
- Add test for template type generator
- Fix issue with template type generator not outputting components in
correct order for class inheritence
- Fix whitespacing and template layout in core component template
* Add PR tests