ordinary 0.5.45

CLI tool for the Ordinary ecosystem.
Documentation

Ordinary CLI

crates.io docs.rs dependency status License: AGPL v3

Commandline tools for the Ordinary ecosystem.

Installation

## wasm components
rustup target add wasm32-wasip1 wasm32-unknown-unknown

## ordinary executables
cargo install ordinary
cargo install ordinaryd

Quick Start

Create and build new project example.com.

ordinary new . example.com && ordinary build example.com

Run new project at http://localhost:8080.

ordinaryd --project-dir example.com --port 8080 --insecure --stdio-logs --log-headers --log-level debug