@almadar/cli
v1.2.7
Published
Almadar CLI - Compile Almadar schemas to full-stack applications
Maintainers
Readme
@almadar/cli
Almadar CLI - Compile Almadar schemas to full-stack applications.
Installation
npm install -g @almadar/cliUsage
# Validate a schema
almadar validate schema.orb
# Compile to TypeScript (React + Express)
almadar compile schema.orb --shell typescript
# Compile to Python (FastAPI + PyTorch)
almadar compile schema.orb --shell python
# Start development server
almadar dev schema.orbCommands
| Command | Description |
|---------|-------------|
| almadar validate <file> | Validate an Almadar schema |
| almadar parse <file> | Parse and display schema information |
| almadar compile <file> | Compile schema to generated code |
| almadar serve <file> | Start the Almadar server runtime |
| almadar gui <file> | Start the Almadar desktop GUI |
| almadar dev <file> | Start both server and client (dev mode) |
Documentation
License
MIT
