Skip to content
/ gopkgg Public

Displays the local package graph of a Go module

License

Notifications You must be signed in to change notification settings

vibridi/gopkgg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopkgg

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

Install the binary simply with

$ go install github.com/vibridi/gopkgg@latest

Usage

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.

autog_graph][autog_dep_graph]

Authors

  • Gabriele V. - Main contributor
  • Currently, there are no other contributors

License

This project is licensed under the MIT License. For detailed licensing information, refer to the LICENSE file included in the repository.

About

Displays the local package graph of a Go module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages