Skip to content

Tiko7454/GRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRM

Language grade: C/C++ License
Git Repo Manager is a repository manager for Github, Gitlab and all other software hosting providers which use Git. GRM groups git repositories and provides one command updates for all of them. There is no need to install, update, remove and group them manually. GRM does everything instead of the user.

Dependencies

  • git
  • g++

Usage

Download grm somewhere.

Edit config.hxx:

Set as GRM_LOCATION the location, where all grm files are located. (use slashes (/) instead of backslashes (\))
Set as FILE_MANAGER the default file manager you use on your OS.
Set as INSTALL the command, which you want to use to install packages (mustn't contain spaces)
and etc

Compile grm.cxx:

g++ grm.cxx -o grm