/eopkg-graph

A CLI utility to generate the runtime dependency graph of a package from its eopkg metadata.

Primary LanguageGoMIT LicenseMIT

eopkg-graph

A CLI utility to generate the runtime dependency graph of a package from its eopkg metadata.

GNOME-shell dependency graph

GNOME-shell dependency graph

Installation

make && make install

Usage

The command eopkg-graph generate will generate the dependency graph of a package. To reduce visual complexity, we do not create nodes for packages that do not pull anything else, they will be listed under the package that pulled them.

eopkg-graph generate <package> <graph_path>

Example: eopkg-graph generate budgie-desktop budgie-desktop-graph.png