Atlas Gradle Plugin
Atlas is a Gradle plugin for generating, configuring and curating diagrams to illustrate your project's project structure:
- Fully supports Gradle 9 and its configuration caching.
- Supports three separate frameworks as outputs:
- D2: Official docs here
- Graphviz: Official docs here
- Mermaid: Official docs here
- Offers wide-ranging APIs for customizing your charts
- Supports
gradle check-ing your generated diagrams, to validate that they match the current state of your project - Supports attaching the chart generation to IntelliJ's sync button, so you don't even need to run it manually.
Inspiration
This project was built as a spiritial successor to com.vanniktech.dependency.graph.generator project - but with more configurability and targeting modern Gradle releases.