Skip to content

Back end dependency graph

Joshua Horowitz edited this page Nov 22, 2015 · 1 revision

Here's a dependency graph for much of the back-end part of Apparatus:

Dependency graph for Apparatus modules

It can be generated with MaDGe and these commands:

madge --dot src --exclude ".*node_modules.*|View/.*|Util/.*|index" > graph.gv
dot graph.gv -Tpng > graph.png

Crude, but helpful.

Clone this wiki locally