/tsviz

Typescript UML Visualizer

Primary LanguageJavaScript

tsviz

This simple tool creates a UML diagram from typescript modules.

alt tag

Installation

$ npm install -g tsviz

You also need to install GraphViz

Usage

In order to create a diagram for an entire project you simply type:

$ tsviz samples/ diagram.png

Arguments

  • -dependencies Produces a diagram with the dependencies between modules.
  • -recursive Include files (typescript modules) in subdirectories (must be non-cyclic).