RFC: Installing Add-ons in existing create‑tsrouter‑app
apps
#65
Replies: 1 comment
-
My current thinking on this is:
As an additional option we could support something like: npx create-tsrouter-app@latest add https://raw.github.com/clerk/setup/start.json And it would read the The potential issues I see are around merging into an existing file. On that note we can try a 3-way merge similar to what git does. And if that has conflicts we can look for an AI API key and ask the AI to do the merge. Caveats:
|
Beta Was this translation helpful? Give feedback.
-
Currently,
create‑tsrouter‑app
supports installing add-ons during project creation. However, if you decide later that you need an additional add-on, you have no way via the CLI. This RFC suggests a way to install add-ons to apps TSR/TSS apps.Like Shadcn but for add-ons
Beta Was this translation helpful? Give feedback.
All reactions