yoshimkd / swift-auto-diagram

A Ruby script that scans all swift code from the specified folders and files and automatically generates an entity diagram (similar to a class diagram) which can be viewed in a browser.
MIT License
496 stars 57 forks source link

How to edit diagram? #28

Open nemanjaq opened 4 years ago

nemanjaq commented 4 years ago

Hi,

is there a way to edit and order diagram? I'm not saying that HTML version should have these options, but it would be nice to export diagram to yEd or StarUML or something? Can you recommend a good ( free if possible ) software for editing, if it can be done?

Thanks.