vibes
v1.0.4
Published
CLI for installing VIBES components
Maintainers
Readme
VIBES CLI
A CLI tool for installing UI components from the VIBES design system.
Links
- Homepage: https://vibes.site
- GitHub: https://github.com/makeswift/vibes
- Issues: Report a bug
Installation
# Use directly (recommended)
npx vibes@latest add button
# Or install globally
npm install -g vibesUsage
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 componentsOptions
# 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-installContributing
Found a bug or want to contribute? Check out our GitHub repository and feel free to open an issue or submit a pull request!
