Skip to content

Commit 9867c38

Browse files
mkoncekmizdebsk
authored andcommitted
Include and document generating the dependency graph
1 parent edb7b24 commit 9867c38

File tree

2 files changed

+4304
-0
lines changed

2 files changed

+4304
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@ distribution:
197197
(`/usr/share/licenses`).
198198

199199

200+
Additionally there is `./mbi.sh graph` command which is used to directly
201+
output the dependency graph of the modules in the `.dot` format. An `.svg`
202+
diagram can be obtained by executing the following chain of commands:
203+
204+
`./mbi.sh graph | tred | dot -Tsvg > graph.svg`
205+
206+
That creates the following diagram:
207+
208+
![graph](graph.svg?raw=true&sanitize=true)
209+
200210
Copying
201211
-------
202212

0 commit comments

Comments
 (0)