This simple tool creates a UML diagram from typescript modules.
$ npm install -g tsviz
You also need to install GraphViz, including correctly added it to your OS' PATH.
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).-svg
Prduces a SVG output file.