Skip to content

Latest commit

 

History

History
executable file
·
16 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

executable file
·
16 lines (13 loc) · 559 Bytes

ProjectGrapher

This Gradle plugin visualizes project dependencies, presenting a graphical representation of the relationships between modules and external libraries. It provides an easy way to understand the project structure and manage dependencies more efficiently.

Using in your projects

plugins {
    id("kr.junhyung.project-grapher") version "0.0.1-beta"
}

You can make it like this.

Dependency Graph

License

Licensed under the Apache License, Version 2.0