0.0.1 • Published 10 months ago
aviris-components-cli v0.0.1
aviris-cli
A CLI tool for installing custom components from the @aviris/ui package.
Installation
# npm
npm install -g aviris-cli
# yarn
yarn global add aviris-cli
# pnpm
pnpm add -g aviris-cli
# bun
bun add -g aviris-cliUsage
List Available Components
To see all available custom components:
aviris listInstall Components
To install custom components:
aviris installThis will:
- Scan for available components
- Present an interactive selection menu
- Install selected components and their dependencies
- Copy component files to your project's
src/componentsdirectory
Features
- 🔍 Automatic package manager detection (npm, yarn, pnpm, bun)
- 📦 Interactive component selection
- 🚀 Automatic dependency installation
- ✨ Easy-to-use CLI interface
Requirements
- Node.js >= 16 (or Bun runtime)
- @aviris/ui package installed in your project
License
MIT
0.0.1
10 months ago