relayburn
v4.0.0
Published
Token usage & cost attribution for agent CLIs (installs the `burn` command). Resolves a prebuilt Rust binary from the `@relayburn/cli-<platform>` packages.
Readme
relayburn
Install the burn CLI globally:
npm i -g relayburnThis package is a thin install wrapper. It declares the per-platform
@relayburn/cli-<platform> packages as optionalDependencies; npm's
os / cpu filters install only the one matching your machine, and the
burn shim resolves and execs the prebuilt Rust binary it ships.
burn --help
burn summary --since 7d
burn hotspots --since 7dPrebuilt platforms: darwin-arm64, darwin-x64, linux-arm64-gnu
(glibc), linux-x64-gnu (glibc). Other hosts can install the Rust CLI
from crates.io with cargo install relayburn-cli. Windows native binary
support is tracked in
#359.
See the project README for full documentation.
