Formats dependency trees for terminal display.
Summary
Functions
Counts the total packages in the tree.
Formats a flat dependency map as a tree string.
Formats a single package entry with version.
Returns max depth of the dependency tree.
Formats dependency count summary.
Functions
@spec count(map()) :: non_neg_integer()
Counts the total packages in the tree.
Formats a flat dependency map as a tree string.
Formats a single package entry with version.
@spec max_depth(map()) :: non_neg_integer()
Returns max depth of the dependency tree.
Formats dependency count summary.