Generating UML diagram from Scala sources

Andrey Kuznetsov picture Andrey Kuznetsov · Aug 29, 2011 · Viewed 11.6k times · Source

Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?

Answer

MikeeMike picture MikeeMike · Sep 30, 2012

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