Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@almadar/orb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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