JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 514
  • Score
    100M100P100Q107542F
  • License BSL-1.1

Orb CLI - Compile Orbital schemas to full-stack applications

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/cli

    Usage

    # 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.orb

    Commands

    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