beet-cli

beet-cli is the beet command-line tool, and it is itself a beet app. Rather than treating the CLI as a special case, every command is an [Action] served as a route on a beet_router backed by a CliServer. So beet --help lists the routes and beet <command> dispatches one, the same dispatch a beet HTTP server would use. The command line is just another interface over the same routing tree.

CommandDescription
run-wasmCargo runner for wasm32-unknown-unknown targets
build-wasmBuild a wasm module and its bindings
export-pdfRender a route to PDF
qrcodeGenerate a QR code (qrcode feature)
cargo install beet-cli
beet --help