We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359de7e commit 5ece967Copy full SHA for 5ece967
README.md
@@ -2,3 +2,15 @@
2
Gradle plugin to keep your modules graph healthy and lean.
3
4
[](https://circleci.com/gh/jraska/modules-graph-assert)
5
+
6
+## Assert your modules graph
7
+<img width="1281" alt="example_graph" src="https://user-images.githubusercontent.com/6277721/70832705-18980e00-1df6-11ea-8b78-fc07ba570a2b.png">
8
9
+## Configuration
10
+```groovy
11
+moduleGraphAssert {
12
+ maxHeight = 4
13
+ moduleLayersFromTheTop = [":feature", ":lib", ":core"]
14
+ restrinctInLayerDependencies = [":feature", ":lib"]
15
+}
16
+```
0 commit comments