ordinary 0.5.48

Ordinary CLI
docs.rs failed to build ordinary-0.5.48
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: ordinary-0.6.0-pre.2

Ordinary CLI

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

Command line tools for Ordinary.

The Ordinary CLI is built with Clap.

Installation

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

## ordinary executables
cargo install ordinary
cargo install ordinaryd

Optionally install Binaryen 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

CLI Documentation

See: DOCS.md.