@sxo/cli
v0.0.1
Published
Command line interface for managing SXO projects and themes.
Downloads
152
Maintainers
Readme
@sxo/cli is the ultimate companion for developers working with the SXO ecosystem. It automates repetitive tasks, from scaffolding new projects to generating consistent component structures.
✨ Features
- 🏗️ Smart Scaffolding: Instantly create new projects pre-configured with SXO adaptors (React, Vue, Solid, etc.).
- 🧩 Component Generator: Generate accessible, headless-ready component templates with a single command.
- 🎨 Theme Orchestration: Easily manage and preview official or custom SXO themes.
- ⚡ Optimized Workflow: Built-in commands for building bundles and managing workspace dependencies.
🚀 Quick Start
Installation
pnpm add -g @sxo/cliBasic Commands
# Initialize a new SXO project
sxo init my-app
# Generate a new component
sxo generate component my-button
# Preview available themes
sxo theme list📖 Documentation
For full command reference and advanced usage, visit the CLI Documentation.
📄 License
MIT License.
