crosspm
Universal Cross Package Manager - allows you to use the manifest file to download packages of various formats from different storage locations.
How to download and setup crosspm
Open terminal and run command
git clone https://github.com/devopshq/crosspm.git
git clone is used to create a copy or clone of crosspm 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 crosspm https://github.com/devopshq/crosspm/archive/master.zip
Or simply clone crosspm with SSH
[email protected]:devopshq/crosspm.git