@yugnex/cli
v0.2.0
Published
NexUI CLI — copy component source directly into your project. No runtime lock-in.
Downloads
61
Maintainers
Readme
@yugnex/cli
The NexUI CLI. Copies component source directly into your project — the
same shadcn/ui-style model: you own the code, there's no nexui-components
runtime dependency to version-bump or eject from.
Usage
npx nexui init # writes components.json + styles/nexui-theme.css, adds @yugnex/core
npx nexui add button # copies packages/registry/components/button into your project
npx nexui add modal select command
npx nexui list # list every available componentEach command accepts -r, --registry <url> to point at a different registry
(an http(s) URL or a local directory) — useful for a private fork or local
development against apps/docs/public/r.
Repository
Source, the full component registry, and docs: github.com/amitsharmatb0001/nex-ui
License
MIT
