Skip to content

Sw-Evolution/mgpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiGitProjectManager

MGPM helps you manage hundreds of projects to keep in sync with their remote repository.

Quick start

(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 -i

HAVE FUN!!!

About

Fork de mgpm

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages