init
Use theinit command to initialize dependencies for a new project.
The init command installs dependencies, adds the cn util, and creates CSS variables for the project.
components.json:
Options
add
Use theadd command to add components and dependencies to your project.
Options
registry build
Use theregistry build command to generate the registry JSON files.
registry.json file and generates the registry JSON files into the static/r directory.
Options
Outgoing Requests
Proxy
This enables the use of a proxy when sending out requests to fetch from theshadcn-svelte registry. If the HTTP_PROXY or http_proxy environment variables have been set, the request library underneath will respect the proxy settings.