0.0.1 • Published 10 months ago

aviris-components-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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-cli

Usage

List Available Components

To see all available custom components:

aviris list

Install Components

To install custom components:

aviris install

This will:

  1. Scan for available components
  2. Present an interactive selection menu
  3. Install selected components and their dependencies
  4. Copy component files to your project's src/components directory

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