Dependency installer and updater, for: git, npm, maven, bower and grunt
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 directorytarget
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
- Examples:
- Don't add the parameter, then Scriptum will use as workspace path directory where
scriptum.jar
is:- Example:
java -jar scriptum.jar
- Example: