How to download and setup hpm
Open terminal and run command
git clone https://github.com/hel-repo/hpm.git
git clone is used to create a copy or clone of hpm 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 hpm https://github.com/hel-repo/hpm/archive/master.zip
Or simply clone hpm with SSH
[email protected]:hel-repo/hpm.git