modgv
Module graph viewer
Converts Go module graph output to Graphviz DOT language for visualization
Converts 'go mod graph' output into Graphviz's DOT language
491 stars
9 watching
22 forks
Language: Go
last commit: almost 2 years ago
Linked from 1 awesome list
dependenciesgolanggraphvizviewer
Related projects:
Repository | Description | Stars |
---|---|---|
awalterschulze/gographviz | Parses and manipulates Graphviz DOT language in Golang | 555 |
ivan-m/graphviz | Provides Haskell bindings to visualize graphs and graph data structures using the Graphviz toolkit | 64 |
yav/graphmod | Displays the module dependencies of Haskell programs in a visual graph format | 182 |
vmiklos/ged2dot | Converts GEDCOM data to Graphviz visualizations | 97 |
jrfonseca/xdot.py | An interactive viewer for graphs written in Graphviz's dot language | 872 |
xflr6/graphviz | Provides a Python interface to generate and render graph descriptions in DOT language | 1,658 |
bobg/modver | Helps enforce semantic versioning rules in Go modules | 19 |
hmdsefi/gograph | A Go library for creating and manipulating graphs of various types | 71 |
antvis/graphin | A React toolkit for graph visualization based on G6. | 1,030 |
pygraphviz/pygraphviz | A Python interface to a graph visualization package | 783 |
thomasp85/ggraph | A grammar of graphics for relational data structures, extending ggplot2 to support network and graph visualization. | 1,080 |
crusj/structrue-go.nvim | Displays the symbol structure of Go files in a more intuitive way | 43 |
ericmjl/nxviz | A package for building composable graph visualizations using matplotlib as a backend. | 458 |
graphviz4matlab/graphviz4matlab | An interface to the Graphviz graph layout package for MATLAB, allowing interactive graph display and editing. | 51 |
yaegashi/msgraph.go | Automatically generates a Go library from Microsoft Graph API specs | 63 |