venumity
v1.0.13
Published
Venumity UI Component CLI - Install beautiful components directly into your project
Downloads
2,090
Maintainers
Readme
Venumity UI CLI
Beautiful, production-ready UI components for React, Next.js, and modern frontend stacks.
🚀 Quick Start
Using npm
npx venumity add standard-alertAlways use the latest version
npx venumity@latest add standard-alertUsing Yarn
yarn dlx venumity add standard-alertUsing pnpm
pnpm dlx venumity add standard-alertUsing Bun
bunx venumity add standard-alert📦 Available Commands
Add a component to your project
npx venumity add <component-name>Examples
npx venumity add standard-alert
npx venumity add hero-section
npx venumity add navbar✨ Features
- ✅ Supports npm, yarn, pnpm, and bun
- ✅ Automatically detects the project framework
- ✅ Installs required dependencies automatically
- ✅ Supports TypeScript and JavaScript
- ✅ Works with Tailwind CSS, Material UI, and other CSS frameworks
- ✅ Animation framework support:
- Framer Motion
- GSAP
- Anime.js
⚙️ How It Works
Multiple Package Managers
The CLI detects your package manager (npm,yarn,pnpm, orbun) and runs the appropriate commands.@latestSupport
Usenpx venumity@latestto always fetch the most recent version of the CLI.Package Manager Detection
Detects lock files such as:package-lock.jsonyarn.lockpnpm-lock.yamlbun.lockb
Fallback Support
If one package manager fails, the CLI automatically tries another.Consistent Developer Experience
The same commands work seamlessly across all supported package managers.
