ordinary

Crates.ioordinary
lib.rsordinary
version0.5.44
created_at2025-04-07 16:19:38.820262+00
updated_at2026-01-25 18:34:47.693788+00
descriptionCLI tool for the Ordinary ecosystem.
homepagehttps://codeberg.org/ordinarylabs/Ordinary
repositoryhttps://codeberg.org/ordinarylabs/Ordinary
max_upload_size
id1624430
size208,795
sean watters (seanwatters)

documentation

README

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
Commit count: 679

cargo fmt