zen-ui-cli
v1.0.1
Published
The command-line interface for ZenUI components.
Maintainers
Readme
ZenUI CLI
The official CLI for ZenUI. Quickly initialize your project and add beautiful, accessible components.
🚀 Quick Start
You can run ZenUI directly without installation using npx:
npx zen-ui-cli init🛠 Commands
init
Initializes your project by creating a components.json file and setting up necessary folders and utils.
npx zen-ui-cli initadd <component>
Adds a specific component to your project.
npx zen-ui-cli add buttonlist
Lists all available components in the ZenUI registry.
npx zen-ui-cli list📝 Configuration
The CLI uses a components.json file to manage aliases and preferences:
{
"style": "default",
"typescript": true,
"tailwind": true,
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}License
MIT
