rholder / gradle-view

The Gradle View IntelliJ IDEA plugin shows a split tree rollup of the dependencies for each Gradle configuration in use by a project.
Apache License 2.0
179 stars 14 forks source link

Feature: Export dependency trees to .dot or image files #14

Open jjzazuet opened 9 years ago

jjzazuet commented 9 years ago

Hi. Would it be possible to allow the user to export a code base's dependency tree report to a graphical representation?

I find this very useful for design discussions. Thanks!