ordinary 0.5.38

CLI tool for the Ordinary ecosystem.
ordinary-0.5.38 is not a library.
Visit the last successful build: ordinary-0.1.1

Ordinary CLI

crates.io dependency status License: AGPL v3

Commandline tools for the Ordinary ecosystem.

Installation

cargo

cargo install ordinary
cargo install ordinaryd
cargo install wasm-bindgen-cli
cargo install wasm-opt

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