Skip to content

Klotair/tsviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsviz

This simple tool creates a UML diagram from typescript modules.

alt tag

Installation

$ npm install -g tsviz

You also need to install GraphViz, including correctly added it to your OS' PATH.

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).
  • -svg Prduces a SVG output file.

About

Typescript UML Visualizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • TypeScript 47.2%