bloom-nx
v0.1.0
Published
Add Bloom components to your SvelteKit project from the bloom-nx registry.
Maintainers
Readme
bloom-nx
Add Bloom components to your project.
pnpm dlx bloom-nx init
pnpm dlx bloom-nx add button card badgeComponents are copied into your project from the bloom-nx registry — you own the code, themed with bloom-nx tokens. Not generic primitives restyled.
Commands
| Command | Description |
| --- | --- |
| bloom-nx init | Point a project at the bloom-nx registry (writes components.json). |
| bloom-nx add <components...> | Copy one or more components into your project. |
| bloom-nx list | List available components. |
Options
add accepts --cwd <path>, --overwrite, and --no-deps.
Registry override
Set BLOOM_NX_REGISTRY to point at a different registry base (defaults to https://bloom-nx.vercel.app/r) — useful for local testing against a pnpm preview server.
How it works
bloom-nx wraps the shadcn-svelte installer pre-wired to the bloom-nx registry. The installer is vendored inside this package — you never install or invoke shadcn-svelte yourself.
