axonrouter-go
v0.3.41
Published
Auto-installer for AxonRouter-Go CLI binary
Maintainers
Readme
axonrouter-go
NPM installer for AxonRouter-Go.
This package downloads the correct pre-built AxonRouter-Go binary for your platform during npm install and verifies its SHA256 checksum.
Install
npm install -g axonrouter-goOr try it once without installing (requires the package to be published):
npx axonrouter-go --help
npx axonrouter-goHow it works
postinstalldownloadsaxonrouter-<os>-<arch>(with.exeon Windows) from the matching GitHub Release.- The binary is written to
node_modules/axonrouter-go/bin/. - On Linux/macOS, the script also tries to copy it to
~/.local/bin/axonrouterso it is available on PATH after installation. axonrouter/axonrouter-goCLI entries forward arguments to the downloaded binary.
Notes
npxis great for one-off commands. For installing a systemd service, usenpm install -g axonrouter-goor the shell installer so the binary path stays stable.
Environment variables
AXONROUTER_VERSION— override the release version to download (default: the package version).SKIP_AXONROUTER_DOWNLOAD=true— skip the binary download during install.
License
MIT
