@constela/cli
Command-line tools for development and building
@constela/cli is the command-line toolset for developing, building, and validating Constela applications.
Features
- Build - Compile Constela programs to optimized JavaScript
- Dev Server - Development server with hot reload
- Validation - Validate programs with "Did you mean?" suggestions
- Inspection - Visualize program structure and dependencies
Quick Start
bash
# Install globally
npm install -g @constela/cli
# Create a new project
constela init my-app
# Start development
constela dev src/app.json
# Build for production
constela build src/app.json --minifyNext Steps
- Installation - Install the CLI
- API Reference - Command overview
- Examples - CLI usage examples
- Commands - Detailed command documentation