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
487 stars
9 watching
22 forks
Language: Go
last commit: over 1 year ago
Linked from 1 awesome list
dependenciesgolanggraphvizviewer
Related projects:
Repository | Description | Stars |
---|---|---|
awalterschulze/gographviz | Parses and manipulates Graphviz DOT language in Golang | 553 |
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 | 180 |
vmiklos/ged2dot | Converts GEDCOM data to Graphviz visualizations | 96 |
jrfonseca/xdot.py | An interactive viewer for graphs written in Graphviz's dot language | 870 |
xflr6/graphviz | Provides a Python interface to generate and render graph descriptions in DOT language | 1,645 |
bobg/modver | Helps enforce semantic versioning rules in Go modules | 19 |
hmdsefi/gograph | A Go library for creating and manipulating graphs of various types | 67 |
antvis/graphin | A React toolkit for graph visualization based on G6. | 1,025 |
pygraphviz/pygraphviz | Provides a Python interface to the Graphviz graph layout and visualization package | 776 |
thomasp85/ggraph | A grammar of graphics for relational data structures, extending ggplot2 to support network and graph visualization. | 1,076 |
crusj/structrue-go.nvim | Displays the symbol structure of Go files in a more intuitive way | 42 |
ericmjl/nxviz | A package for building composable graph visualizations using matplotlib as a backend. | 456 |
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 |