swift-auto-diagram icon indicating copy to clipboard operation
swift-auto-diagram copied to clipboard

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.

Results 17 swift-auto-diagram issues
Sort by recently updated
recently updated
newest added

the tool works great except that all the objects are on top of eachother so its really hard to organize them in a way that makes sense.

When I try to run the script on my project it fails with the following error. can some help me here Thanks. Users/abc/Desktop/swift-auto-diagram/rubyResources/helpers.rb:6:in `read': Is a directory @ io_fread -...

While this is very good tool for swift developers, when I ran on Swift5 code, Names of the classes/entities are not displayed. Image attached. ![Screen Shot 2021-01-28 at 6 11...

I enter my project but this error comes ruby: No such file or directory what is problem

It would be great to be able to get the result in graphml format to open in graph and diagram viewers viewers like yEd

All the extensions are drawn with the name undefined. function networkLabel(entity) { if (entity == undefined) { return "Undefined"; } return ( "" + entity.name + //

Would it be possible to sort the classes on horizontal levels instead? I imagine the diagrams would be easier to read and would require less reordering afterwards. In this context,...

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...

Hi, I've had a problem with generating diagram for my app. It was stuck and nothing happened. After a while I found a culprit, and it was .h file from...

The script generates a complex diagram with thousands of classes because I'm using several libraries like RxSwift. Is there a way to only display the classes of your own project?