@aureuma/si
v0.51.0
Published
SI CLI launcher package for macOS and Linux
Readme
@aureuma/si
Install the SI CLI with npm:
npm install -g @aureuma/siThen run:
si --helpHow it works
This package installs a lightweight launcher script. On first run it downloads
an official SI release archive for your platform from GitHub Releases,
verifies it against checksums.txt, caches the binary locally, and executes it.
Supported targets:
- macOS:
amd64,arm64 - Linux:
amd64,arm64,armv7
Environment overrides
SI_NPM_GITHUB_REPO: GitHub repo (owner/name) to fetch releases from. Default:Aureuma/siSI_NPM_RELEASE_BASE_URL: direct base URL for release assets.SI_NPM_CACHE_DIR: custom cache directory.SI_NPM_LOCAL_ARCHIVE_DIR: local directory containing release archives andchecksums.txt(useful for testing).
