Generating UML diagram from Scala sources [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionIs there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?
I had exactly this problem and couldn't find anything that would quickly draw a hierarchy from some Scala source code so I ended up creating something to do it. I've put it on GitHub in case it's useful to anyone else:
https://github.com/mikeyhu/scaladiagrams
try Acceleo see an example of using it with scala here
精彩评论