Ordinary CLI
Command line tools for the Ordinary ecosystem.
The Ordinary CLI is built with Clap.
Installation
## wasm components
## ordinary executables
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
Documentation
See: DOCS.md.