sbean
v0.30.0
Published
CLI tool for adding SoybeanUI components to your Vue apps — copy-paste, like shadcn/ui.
Readme
sbean
CLI tool for adding SoybeanUI components to your Vue apps — copy-paste, like shadcn/ui.
Usage
# Initialize your project
npx sbean init
# Add a component
npx sbean add button
# Search components
npx sbean search dialog
# View a component
npx sbean view buttonCommands
| Command | Description |
| ----------------- | ----------------------------------------------- |
| init / create | Initialize your project with sbean.json |
| add | Add components to your project |
| build | Build registry JSON from UI layer source |
| diff | Show diff between local and registry components |
| search | Search available components |
| view | View component source code |
| info | Show project and registry information |
License
MIT
