mix arch.xref (Archeometer v0.5.0)

Mix Task to generate a dependency graph given some module names.

Usage:

mix arch.xref [options] mod1 mod2 .. modN

The following options are accepted:

  • --db - Database filename
  • --format - Can be one of dot, png or svg
  • --out - Output filename
  • --app - Application name
  • --ns - Namespace of the modules to consider
  • --origin - Subgraph of modules that are called from the given module
  • --dest - Subgraph of modules that calls a given module