Create start CLI #2753
Replies: 2 comments 4 replies
-
If this works it sounds great, potentially developers could add something after having developed for a while? Taking adding Convex to an app as an example, this would require
We could test running these plugin scripts at least on the bare bones starters, and possibly on apps that have had other plugins applied. If this is too difficult the the choosing from a wizard to install a specific template seems hard to ignore (at Convex we maintain repo with lots of templates and use wacky git flows to keep them all updated) but it sure sounds nice to be able to maintain these as notional diffs. |
Beta Was this translation helpful? Give feedback.
-
Questions:
Implementation:
General
Tests
Flags
Flags / Prompts
Inital Templates
|
Beta Was this translation helpful? Give feedback.
-
This discussion is to work through the requirements / ideas / approach for a CLI for creating a new tanstack start project
My thoughts are that the CLI should:
However, I think maybe there is a more composable approach - the cli could work like shadcn's cli. With this approach you would be able to create a plugin that can modify a tanstack start app. It would:
Beta Was this translation helpful? Give feedback.
All reactions