docs.rs failed to build ordinary-0.6.0-pre.11
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.
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.14
Ordinary CLI
Command line tools for Ordinary.
The Ordinary CLI is built with Clap.
Installation
Prebuilt releases are provided here.
Note: When building from source, esbuild
will need to be installed because it is used to bundle the
built-in
TypeScript/JavaScript files.
git
## clone
## install
## `--debug` is optional but will make installation much faster
## and won't meaningfully impact local development performance
crates.io
## ordinary CLI
Setup
## install system components
Quick Start
Create and build new project example.com.
Run new project at http://localhost:4433.
CLI Documentation
See: docs/cli-reference.md.
CLI Completions
Add this line to your .zshrc, .bashrc, etc. to gain support for dynamic tab completions.
## ~/.bashrc
## ~/.zshrc
See: clap_complete.
License
Copyright 2026 Ordinary Labs, LLC
Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html
Security
THIS CODE HAS NOT BEEN AUDITED OR REVIEWED. USE AT YOUR OWN RISK.
Refer to the Security Policy.