Skip to content

A powerful project visualizer for Gradle multi-project environment.

License

Notifications You must be signed in to change notification settings

vjh0107/project-grapher

Repository files navigation

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

About

A powerful project visualizer for Gradle multi-project environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages