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