Almadar CLI
The Almadar Command Line Interface (CLI) is your gateway to the Almadar ecosystem.
Installation
macOS / Linux
curl -fsSL https://almadar.io/install.sh | sh
Windows
irm https://almadar.io/install.ps1 | iex
npm
npm install -g @almadar/cli
Commands
| Command | Description |
|---|---|
almadar new | Create a new project |
almadar validate | Validate a schema |
almadar compile | Compile to target |
almadar dev | Start dev server |
almadar test | Run tests |
Quick Start
# Create new project
almadar new my-app
# Navigate to project
cd my-app
# Start development
almadar dev