scaladiagram is a tool for parsing Scala file and saving UML diagram to kinds of files.
the tool for describing source code UML struction, and helping to understanding Scala code.
Program depends on graphviz. Before running the program, graphviz must bu install on OS.
see the detail resource file like the following:
tmpDir= c:/temp graphDir =C:\\Program Files (x86)\\Graphviz2.38\\bin\\dot.exe //graphviz install directory
sbt assembly
- help
java -jar scaladiagram-assembly-0.1.jar -h //output help
- generate uml files
java -jar scaladiagram-assembly-0.1.jar -src