smoothui-cli
v1.1.1
Published
CLI to install SmoothUI components - beautifully designed React components with smooth animations
Downloads
853
Maintainers
Readme
smoothui-cli
CLI to install SmoothUI components - beautifully designed React components with smooth animations.
Installation
npx smoothui-cli add siri-orbUsage
Add components
# Add a single component
npx smoothui-cli add siri-orb
# Add multiple components
npx smoothui-cli add siri-orb grid-loader animated-tabs
# Interactive mode - browse and select
npx smoothui-cli addList components
# Show all available components
npx smoothui-cli list
# JSON output
npx smoothui-cli list --jsonOptions
# Custom install path
npx smoothui-cli add siri-orb --path src/components/ui
# Force overwrite existing files
npx smoothui-cli add siri-orb --forceFeatures
- Interactive component picker with search and categories
- Auto-detects package manager (npm, pnpm, yarn, bun)
- Auto-detects component paths and tsconfig aliases
- Shows dependency tree before installation
- Handles file conflicts with overwrite prompts
- Auto-installs npm dependencies
Alternative: shadcn CLI
You can also use the shadcn CLI with the @smoothui registry:
npx shadcn@latest add @smoothui/siri-orbLinks
License
MIT
