MGPM helps you manage hundreds of projects to keep in sync with their remote repository.
(1) create a new directory to store the projects in:
$ mkdir ~/my-projects(2) put a mgpm.yml (see wiki for more detailed example) into this repository:
$ echo 'repositories:
-
type: github
owner: josempuerta
' > ~/my-projects/mgpm.yml(3) download the latest build:
$ wget 'https://github.com/Sw-Evolution/mgpm/releases/download/1.3.0/mgpm-1.3.0.jar' \
-O ~/Downloads/mgpm.jar(4) start mgpm in this directory:
$ cd ~/my-projects
$ java -jar ~/Downloads/mgpm.jar -iHAVE FUN!!!