@tj-smith47/anodizer
v0.9.1
Published
Anodizer — a Rust release-automation tool. This package installs the prebuilt anodizer binary for your platform from the matching GitHub release.
Downloads
90
Maintainers
Readme
anodizer
Anodizer is a Rust release-automation tool: it builds, signs, and publishes cross-platform release artifacts.
This npm package is a thin wrapper. On install it downloads the prebuilt
anodizer binary for your platform from the matching
GitHub release and exposes it
on your PATH.
Install
npm install -g @tj-smith47/anodizer
anodizer --helpSupported platforms
| OS | Architectures | | ------- | --------------- | | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64, arm64 |
The binary, signatures, SBOMs, and checksums for each platform are published as assets on every release. This wrapper installs the plain binary; verify signatures against the release assets if you need provenance.
License
MIT © TJ Smith
