Orb CLI
The Orb Command Line Interface (CLI) is your gateway to the Orb ecosystem.
Installation
Install Script (Recommended)
curl -fsSL https://orb.almadar.io/install.sh | sh
npm
npm install -g @almadar/orb
Commands
| Command | Description |
|---|---|
orb new | Create a new project |
orb validate | Validate a schema |
orb compile | Compile to target shell |
orb dev | Start dev server |
orb test | Run state machine tests |
orb format | Format a schema |
Quick Start
# Create new project
orb new my-app
# Navigate to project
cd my-app
# Start development
orb dev