New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vibes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vibes

CLI for installing VIBES components

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

VIBES CLI

npm version GitHub GitHub issues

A CLI tool for installing UI components from the VIBES design system.

Installation

# Use directly (recommended)
npx vibes@latest add button

# Or install globally
npm install -g vibes

Usage

Install Components

# Install a single component
vibes add button

# Install multiple components
vibes add button input alert

# Install with all dependencies
vibes add navigation  # Installs 15+ related components

Options

# Preview what would be installed
vibes add accordion --dry-run

# Use custom registry
vibes add button --registry https://custom-registry.com/registry

# Skip automatic dependency installation
vibes add button --no-install

Contributing

Found a bug or want to contribute? Check out our GitHub repository and feel free to open an issue or submit a pull request!

Keywords

ui

FAQs

Package last updated on 09 Sep 2025

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