8000 GitHub - titarenko/tsviz: Typescript source code visualization using UML+ diagrams
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Typescript source code visualization using UML+ diagrams

Notifications You must be signed in to change notification settings

titarenko/tsviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsviz

Tool to visualize your TypeScript source code using UML+ diagrams.

Usage

npm start -- <pattern1> <pattern2> ... <patternN> <output>

where:

  • patternX is glob pattern of path(s) to ts files to be parsed and visualized (for example, ~/my-awesome-project/**/*.ts)
  • output is path to png image with visualization (for example, ~/my-awesome-project/diagram.png)

Status

Alpha: potentially usable, but is not considered as final.

example

License

MIT

About

Typescript source code visualization using UML+ diagrams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0