phuml
phuml copied to clipboard
Plantuml support
Hi Luis,
Do you think it could be possible to provide support for PlantUML like this: https://plantuml.com/class-diagram?
PHPStorm and VScode has plugin to support this format, so it could be nice.
Hi @eliseuborges !
I think it should be possible. I separated the process to create the diagram in stages
I think it should be a matter of replacing the ImageProcessor and the DigraphPrinter based on command options.
I haven't had much time lately so I'd appreciate any help.
I'll try to analyze further this weekend, and will start a discussion on this repo on what needs to be changed, we might need to split this in multiple MRs/Issues.
Or if you start analyzing before me, feel free to start a discussion yourself with your findings, once we have a plan we can add our conclusions here.