Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vjh0107/project-grapher
- Owner: vjh0107
- License: apache-2.0
- Created: 2024-02-06T21:54:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-04T01:08:42.000Z (8 months ago)
- Last Synced: 2024-10-11T01:55:19.613Z (about 1 month ago)
- Language: Kotlin
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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