Sign In

smoothui-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smoothui-cli

CLI to install SmoothUI components - beautifully designed React components with smooth animations

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
77
-65.16%
Maintainers
1
Weekly downloads
 
Created
Source

smoothui-cli

CLI to install SmoothUI components - beautifully designed React components with smooth animations.

Installation

npx smoothui-cli add siri-orb

Usage

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 add

List components

# Show all available components
npx smoothui-cli list

# JSON output
npx smoothui-cli list --json

Options

# Custom install path
npx smoothui-cli add siri-orb --path src/components/ui

# Force overwrite existing files
npx smoothui-cli add siri-orb --force

Features

  • 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-orb

License

MIT

Keywords

cli

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts