tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Investigate service level templates #90

Closed tiagob closed 3 years ago

tiagob commented 4 years ago

Advantages: DRY, modular

Possible packages

Could auth0 and no-auth be combined with regex removal? How would this scale to other auth types?

How would the setup flow look? Do you only select the template and the template has its own setup flow? Could rely on a common package. What about setting up the common stuff? Ex. root package.json, root codegen.yaml

Could you install single packages? Ex. add mobile after the fact or add GCP deployment. Should these all be interchangeable?

tiagob commented 3 years ago

Setting up the root could be complicated. Punting