Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 771 Bytes

ComLLODE

This is a port of LODE. I needed something to work on the command line as part of a build process, so I forked and created this.

Very rough and ready, does what we need it to do, please feel free to contribute and extend. Please excuse the mess, this really was a hackathon approach to getting it to work.

Documentation

Java Version - 1.7
Gradle Version - 2.12
  • gradle build will compile the solution and create a fat jar. Perform this command where the gradle.build file resides.
  • You will find the fat jar in build/libs/.
  • To execute, run - java -jar ComLLODE.jar <file.(ttl|omn|etc)>. It will then output the generated .html file in the same directory the source file resides.