RFC: Installing Add-ons in existing create‑tsrouter‑app apps
#65
AhmedBaset
started this conversation in
Ideas
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.jsonAnd 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:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently,
create‑tsrouter‑appsupports 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
All reactions