gopkgg (Go package graph) prints the directed graph of the dependencies between packages of a Go module.
This package showcases one practical application of nulab/autog
(also mainly written by me).
Install the binary simply with
$ go install github.com/vibridi/gopkgg@latest
Run the command and supply the path of the Go module you wish to analyze. For example:
gopkgg /Users/me/nulab/autog
The command creates a file named depgraph.svg
in the same directory as where the executable was run.
You can open this file with your favorite browser.
- Gabriele V. - Main contributor
- Currently, there are no other contributors
This project is licensed under the MIT License. For detailed licensing information, refer to the LICENSE file included in the repository.