cmd/

directory
v0.0.0-...-0fd49de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2026 License: MIT

Directories

Path Synopsis
Command analyze computes the ecosystem-level network science on the graph produced by buildgraph: degree distributions (with a power-law exponent estimate for the scale-free question; cmd/powerlaw does the full Clauset treatment), weakly-connected components, PageRank, and the headline extremes.
Command analyze computes the ecosystem-level network science on the graph produced by buildgraph: degree distributions (with a power-law exponent estimate for the scale-free question; cmd/powerlaw does the full Clauset treatment), weakly-connected components, PageRank, and the headline extremes.
Command buildgraph turns the fetched go.mod shards into the Go ecosystem's dependency graph: a node table and a directed edge list.
Command buildgraph turns the fetched go.mod shards into the Go ecosystem's dependency graph: a node table and a directed edge list.
Command export packages a finished layout run into the static assets the web galaxy viewer loads: positions, per-node attributes, label chunks, a search table, and neighbor lists for the top hubs.
Command export packages a finished layout run into the static assets the web galaxy viewer loads: positions, per-node attributes, label chunks, a search table, and neighbor lists for the top hubs.
Command fetchmods resolves the latest version of every module in the synced index and downloads its go.mod from proxy.golang.org, resumably.
Command fetchmods resolves the latest version of every module in the synced index and downloads its go.mod from proxy.golang.org, resumably.
Command indexsync streams the complete Go module index (index.golang.org) into a local JSONL file, resumably.
Command indexsync streams the complete Go module index (index.golang.org) into a local JSONL file, resumably.
Command layout computes 2-D positions for the dependency-graph galaxy.
Command layout computes 2-D positions for the dependency-graph galaxy.
Command powerlaw fits a discrete power law to a degree histogram the defensible way (Clauset, Shalizi & Newman, 2009), instead of the quick fixed-kmin estimate cmd/analyze prints:
Command powerlaw fits a discrete power law to a degree histogram the defensible way (Clauset, Shalizi & Newman, 2009), instead of the quick fixed-kmin estimate cmd/analyze prints:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL