Skip to main content

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

CommandDescription
almadar newCreate a new project
almadar validateValidate a schema
almadar compileCompile to target
almadar devStart dev server
almadar testRun tests

Quick Start

# Create new project
almadar new my-app

# Navigate to project
cd my-app

# Start development
almadar dev

More Information