https://github.com/josephschmitt/hvm
Hermetic version manager
https://github.com/josephschmitt/hvm
Last synced: 2 months ago
JSON representation
Hermetic version manager
- Host: GitHub
- URL: https://github.com/josephschmitt/hvm
- Owner: josephschmitt
- License: mit
- Created: 2021-06-23T16:03:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T21:43:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T12:20:34.770Z (3 months ago)
- Language: Go
- Size: 4.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HVM: Hermetic Version Manager
HVM attempts to hermetically seal global dependency binaries at runtime based on configuration files.
WIP.
## Installation
Using [Homebrew](https://brew.sh):
```
$ brew install josephschmitt/repo/hvm
```Using the installer [script](./install.sh):
```
$ curl -sfL "https://github.com/josephschmitt/hvm/raw/main/install.sh" | bash
```