arunkumar9t2 / scabbard

🗡 A tool to visualize Dagger 2 dependency graphs
https://arunkumar9t2.github.io/scabbard
Apache License 2.0
852 stars 35 forks source link

Consider generating files to `StandardLocation.SOURCE_OUTPUT` #78

Closed arunkumar9t2 closed 3 years ago

arunkumar9t2 commented 3 years ago

Context

Currently Scabbard writes the visualization files to StandardLocation.CLASS_OUTPUT. We could consider generating the files to StandardLocation.SOURCE_OUTPUT instead for the following reasons.