hermit
Hermit manages isolated, self-bootstrapping sets of tools in software projects.
How to download and setup hermit
Open terminal and run command
git clone https://github.com/cashapp/hermit.git
git clone is used to create a copy or clone of hermit repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with hermit https://github.com/cashapp/hermit/archive/master.zip
Or simply clone hermit with SSH
[email protected]:cashapp/hermit.git