bafolts / tplant

Typescript to plantuml
https://segmentationfaults.com/tplant/default.html
GNU General Public License v3.0
267 stars 34 forks source link

creating one plantuml for the whole project #42

Open yohaoquan opened 5 years ago

yohaoquan commented 5 years ago

Hi. This might be a big noob question, thanks for your help in advance. I am creating a new ionic project which uses Typescript and am now trying to generate a UML diagram of all the pages and services I have in my project. basically, I have 4 pages, each page have a .ts file which all imports one ts file called orgService.ts. When I use this orgService.ts as input, the uml generated only shows the orgService and files the orgService.ts imports, but not ones that import orgService.ts. How do I have all of them in a single uml diagram?

Thanks for the help again :)

bafolts commented 5 years ago

Can you provide the input you are using? The --project command line option can take a tsconfig file and use that to generate the UML for a project. If you are using the project command line option there may be a bug.