sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.25k stars 113 forks source link

Add moduleTree to preserve tree structure for other tools #168

Open ennru opened 5 years ago

ennru commented 5 years ago

This PR introduces a new task key moduleTree to expose the module graph as a tree structure for other tools to consume. My specific use-case is to show the depenencies in documentation via https://github.com/lightbend/sbt-paradox-dependencies

pabloazul commented 5 years ago

@ennru - maybe an entry in the Readme for how to use it?

2m commented 5 years ago

Published these changes to my bintray repo so we can use it while working on Alpakka docs.

Resolver for sbt build:

Resolver.bintrayIvyRepo("2m", "sbt-plugins")