Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 952 Bytes

File metadata and controls

23 lines (15 loc) · 952 Bytes

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