Skip to content

Dependency installer and updater, for: Git, npm, Maven, Bower and Grunt

License

Notifications You must be signed in to change notification settings

Gaboso/Scriptum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scriptum License: GPL v3

Dependency installer and updater, for: git, npm, maven, bower and grunt


How to build

Run the build.bat file for Windows or build.sh for Linux, both are in the root directory of this project

After execution, the file scriptum.jar will be generated in the directory target

How to use

Download the latest version or Build jar

There are two ways to run:

  • Workspace path as a parameter:
    • Examples: java -jar scriptum.jar [workspace path] java -jar scriptum.jar /home/workspace
  • Don't add the parameter, then Scriptum will use as workspace path directory where scriptum.jar is:
    • Example: java -jar scriptum.jar