evomap-ui
v0.1.1
Published
EvoMap UI CLI — add EvoMap UI (radix-nova) components to your project. Thin wrapper around the shadcn CLI pointed at the EvoMap registry.
Maintainers
Readme
evomap-ui
The EvoMap UI CLI. Add EvoMap UI components to your project with a single command — no registry configuration required.
npx evomap-ui add buttonThis is a thin wrapper around the shadcn
CLI. It rewrites bare component names to fully-qualified EvoMap registry URLs
(https://design.evomap.work/r/styles/radix-nova/<name>.json) and forwards
everything else — flags, full URLs, and other subcommands — straight to shadcn.
Usage
# Add components (resolved against the EvoMap registry)
npx evomap-ui add button card dialog
# Any shadcn flag works
npx evomap-ui add button --overwrite
npx evomap-ui add button --dry-run
# Other shadcn subcommands pass through unchanged
npx evomap-ui init
npx evomap-ui view buttonInstall globally to get the evomap command:
npm install -g evomap-ui
evomap add buttonEquivalent to running the shadcn CLI directly:
npx shadcn@latest add https://design.evomap.work/r/styles/radix-nova/button.jsonConfiguration
| Env var | Default | Purpose |
| ----------------- | -------------------------------- | ------------------------------------ |
| EVOMAP_REGISTRY | https://design.evomap.work/r | Base registry URL. |
| EVOMAP_STYLE | radix-nova | Registry style (the EvoMap brand). |
License
MIT. Wraps shadcn/ui (MIT).
