AlaskaAirlines / WC-Generator

Auro's automated web component generator
https://auro.alaskaair.com/getting-started/developers/generator/install
Apache License 2.0
5 stars 9 forks source link

Move templates over into auro-library #423

Closed jordanjones243 closed 9 months ago

jordanjones243 commented 1 year ago

General Support Request

We want to move most (if not all) templates that are currently living in the generator over into auro-library. We want to do this because we want users to be able to use the generator and generate a component, without having all of the Auro constraints on the newly generated component. A user then would be able to run a script from auro-library to add all of those Auro templates if they wanted them.

Possible Solution

Additional context

As part of moving the template files out of the generator the template must be updated to have a dev dependency of auro-library and incorporate a script into the package.json to run the scripting that incorporates all the Auro configuration files we have automated.

This will be a necessary step of creating a new auro component and the template should come out of the box ready to pull the configuration in via automation.