demike / TsUML2

Generates UML diagrams from TypeScript source code
MIT License
266 stars 34 forks source link

how to run it recursively to include the subfolders? #6

Open SeekPoint opened 2 years ago

demike commented 2 years ago

tsuml2 --glob "./src/**/!(*.d|*.spec).ts should work for subfolders because of the **