nbt-cli
v0.1.0
Published
nbt command-line tool (Rust binary distributed via npm)
Readme
nbt-cli
The nbt command-line tool — a Rust binary distributed over npm.
npm install -g nbt-cli
# or, no install:
npx nbt-cli --helpRust users can instead:
cargo install nbt-cliHow it works
This package ships no binary itself. It lists per-platform packages
(@neurobeat/nbt-darwin-arm64, @neurobeat/nbt-linux-x64, @neurobeat/nbt-win32-x64, …) as
optionalDependencies; npm installs only the one matching your os/cpu, and
the nbt command shim execs that binary. No postinstall script, no download at
install time.
Requires npm >= 7. If you install with --omit=optional, the platform binary is
skipped and nbt will tell you how to recover.
