An open API service indexing awesome lists of open source software.

https://github.com/josephschmitt/hvm

Hermetic version manager
https://github.com/josephschmitt/hvm

Last synced: 2 months ago
JSON representation

Hermetic version manager

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
```