Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vjh0107/project-grapher

A powerful project visualizer for Gradle multi-project environment.
https://github.com/vjh0107/project-grapher

Last synced: 14 days ago
JSON representation

A powerful project visualizer for Gradle multi-project environment.

Awesome Lists containing this project

README

        

# 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
```kotlin
plugins {
id("kr.junhyung.project-grapher") version "0.0.1-beta"
}
```
# You can make it like this.
![Dependency Graph](https://github.com/vjh0107/project-grapher/raw/main/example-graph.png)

# License

Licensed under the Apache License, Version 2.0