@explorers_111/byteui
v0.1.4
Published
CLI tool for installing ByteUI components
Readme
@explorers_111/byteui
CLI tool for adding ByteUI components directly to your React / Next.js project.
Package: https://www.npmjs.com/package/@explorers_111/byteui
Installation & Usage
You can execute the CLI directly using npx:
# Initialize ByteUI configuration in your project
npx @explorers_111/byteui init
# List all available components
npx @explorers_111/byteui list
# Add a specific component (e.g. button or neo-brutalism/button)
npx @explorers_111/byteui add button
# Add multiple components at once
npx @explorers_111/byteui add button alert-dialog comboboxCommands
init: Setupcomponents.jsonand utility functions in your project.add [components...]: Install one or more components into your project directory.list(orls/--list): View all components grouped by style or category.--help: Show CLI help and options.
