openvegas
v0.4.1
Published
OpenVegas CLI — Terminal Arcade for Developers
Maintainers
Readme
openvegas
openvegas is a thin npm wrapper around the OpenVegas CLI binary.
On install, the package downloads the correct prebuilt binary for your platform from GitHub Releases, verifies its SHA256 checksum, and stores it under ~/.openvegas/bin/<version>/.
Install
npm install -g openvegasSupported Platforms
linux-x64darwin-arm64win-x64
Intel macOS is not currently shipped as a native binary. Use Rosetta or install from source if needed.
Upgrade
openvegas --upgradeHow It Works
- npm installs this package
- the
postinstallhook downloads the matching binary from GitHub Releases - the wrapper verifies the checksum before marking the binary ready
- future CLI invocations execute the cached binary
Releases
This package is version-matched with the GitHub Release tag. For example, npm package version 0.3.5 expects binary assets under GitHub tag v0.3.5.
Project repo:
- https://github.com/jar0ch0/OpenVegasDeployed
