@hymx/hype
v0.0.8
Published
npm installer for the hype CLI
Readme
@hymx/hype
Install the hype CLI from npm without requiring a local Go toolchain.
Install
npm install -g @hymx/hypeOr run it directly with:
npx @hymx/hype --versionHow it works
This package downloads the matching hype release asset from GitHub Releases during postinstall and exposes the hype binary on your PATH.
Supported targets:
- macOS arm64
- macOS x64
- Linux arm64
- Linux x64
If your platform is not supported by this npm package, install from source instead:
go install github.com/hymatrix/hype/cmd/hype@latest