Skip to content

a little command line tool for every project with different module dependencies

Notifications You must be signed in to change notification settings

supersoaker/module-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module-master

a little command line tool for every project with different module dependencies

##Getting started

With modmaster you can handle your different project modules very easily. When youre adding a new module to your project, you have to add this to your configuration file (modmaster/modmaster.ini). In that configuration file you can define the priority of your modules. Through the order you can define which module is allowed to overwrite the previous ones.

; sample core module
modules[] = mainModule
; first own created module that overrides the core in some cases
modules[] = 1module
; second own created module that overrides mainModule and 1module
modules[] = mysupermodule

##Usage

Mac

  • open your terminal
  • navigate to the directory, where you installed module-master
  • and type :
$ sh modmaster.sh deploy-all

Windows

  • open your cmd as administrator
  • navigate to the directory, where you installe module-master
  • and type :
modmaster deploy-all

About

a little command line tool for every project with different module dependencies

Resources

Stars

Watchers

Forks

Packages

No packages published