iurysza / module-graph

A Gradle Plugin for visualizing your project's structure, powered by mermaidjs
https://plugins.gradle.org/plugin/dev.iurysouza.modulegraph
MIT License
346 stars 13 forks source link

Use regex to exclude modules from graph #16

Closed iurysza closed 7 months ago

iurysza commented 1 year ago

💡 Describe the solution you'd like

Allows the user to set up regex patterns to exclude specific modules during graph generation.

🤚 Do you want to develop this feature yourself?

AndrazP commented 7 months ago

My project contains a large number of modules. I could use this feature to remove those that are less important. image

iurysza commented 7 months ago

Gonna address this one soon ✌️