Prerequisites
Describe the feature
In https://ui.shadcn.com/docs/cli we can see that the CLI has 2 options --reinstall and --no-reinstall that are not implemented in shadcn-svelte CLI:
--reinstall re-install existing UI components.
--no-reinstall do not re-install existing UI components.
Is it possible to add them?
Currently I'm using a custom script for this use case that calls pnpx shadcn-svelte@latest add "${COMPONENTS[@]}" --overwrite --yes for all the components already installed.
Prerequisites
Describe the feature
In https://ui.shadcn.com/docs/cli we can see that the CLI has 2 options
--reinstalland--no-reinstallthat are not implemented in shadcn-svelte CLI:Is it possible to add them?
Currently I'm using a custom script for this use case that calls
pnpx shadcn-svelte@latest add "${COMPONENTS[@]}" --overwrite --yesfor all the components already installed.