1.0.3 • Published 5 years ago
jarman v1.0.3
jarman
install and execute jars
npm install -g jarmanUsage
Simply write some code in your favourite JVM language and build a JAR.
jarman install /path/to/jar.jarNow you can run your jar provided you export the jarman path into your $PATH
Install
jarman install path/to/jaroptions:
# don't copy the jar, just link the the specified location
--linkList
List all programs managed by jarman
jarman listlist all versions of the specified program
jarman list helloUse
Use the specified version of your program
jarman use hello 0.1.1Which
Output the current version of your program
jarman which helloUnder the hood
jarman simply creates a launcher script for your jars and stores them in a bin directory which can be added to your path.