mix releaser.graph (releaser v0.0.3)

Copy Markdown View Source

Displays the dependency graph of all apps in the workspace.

Usage

mix releaser.graph              # full graph with levels
mix releaser.graph <app>        # show dependents of an app

Annotation format

In the levels view, each project-internal dep is rendered as:

name[level][count][deep]

Where:

  • [level] — topological level of the dep, colored by palette (cycles every 6).
  • [count] — number of direct project-internal deps the dep itself has.
  • [deep] — shallow count of those deps that themselves have further deps.

True leaves (level 0, count 0, deep 0) are rendered as bare names with no brackets. The <app> dependents-tree form is not annotated.