Tool to visualize your TypeScript source code using UML+ diagrams.
npm start -- <pattern1> <pattern2> ... <patternN> <output>
where:
patternX
is glob pattern of path(s) tots
files to be parsed and visualized (for example,~/my-awesome-project/**/*.ts
)output
is path topng
image with visualization (for example,~/my-awesome-project/diagram.png
)
Alpha: potentially usable, but is not considered as final.
MIT