hermit

Manages isolated, self-bootstrapping sets of tools in software projects

brewmacoslinux
Try with needOr install directly
Source

About

Manages isolated, self-bootstrapping sets of tools in software projects

Commands

hermit

Examples

Initialize hermit in a project directory$ hermit init
Install a tool like Go into the project's hermit environment$ hermit install go
Activate hermit shell environment for the current project$ eval $(hermit env)