demike / TsUML2

Generates UML diagrams from TypeScript source code
MIT License
250 stars 33 forks source link

question: how does it work? #10

Open hunnble opened 2 years ago

demike commented 2 years ago

take a look at: https://github.com/demike/TsUML2#readme

A simple example:

tsuml2 --glob "{{YOUR_SOURCE_DIRECTORY}}/**/!(*.d|*.spec).ts"