This simple tool creates a UML diagram from typescript modules.
$ npm install -g tsviz
You also need to install GraphViz
In order to create a diagram for an entire project you simply type:
$ tsviz samples/ diagram.png
-dependencies
Produces a diagram with the dependencies between modules.-recursive
Include files (typescript modules) in subdirectories (must be non-cyclic).