WARNING Current release is for demonstration purposes only. Author does not consider the work to be production ready. Use as your own risk!
- JDK 8
- sbt (recent version)
- Create fat JAR:
sbt assembly
, binary located attarget/scala-2.12/uvmgen-assembly-1.0.jar
- Copy file
uvmgen-assembly-1.0.jar
to where you see fit
- Use
java -jar path/to/uvmgen-assembly-1.0.jar -help
What documentation?
Refer to configuration file examples here.
- Edmond Cote ([email protected]) - Initial work
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.