dvdciri / daggraph

Dagger dependency graph generator for Android Developers
MIT License
1.15k stars 58 forks source link

Export the raw graph #23

Closed dvdciri closed 6 years ago

dvdciri commented 6 years ago

Description

It would be good to be able to export the raw graph as json

Mishkun commented 6 years ago

Maybe not the json but as DOT language file? Then it can be opened with many editors, such as GraphViz or Gephi.

dvdciri commented 6 years ago

@Mishkun Do you have any ideas on how it can be achieved?

This is an interesting cli that might help with that https://github.com/jsongraph/jgf-dot