gopkgdep

command module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

README

gopkgdep

gopkgdep is a Go package dependency analysis tool. It walks the dependencies for packages specified on the command line and outputs useful text and graphical visualisations.

Installation

go install github.com/goeezi/gopkgdep@latest

Usage

gopkgdep -h

Demos

Text output
gopkgdep
gopkgdep -compact
gopkgdep -compact -closed

demo

Graphical output
gopkgdep -dot | dot -Tsvg > out.svg

demo

gopkgdep -closed -dot ./internal/... | dot -Tsvg > out.svg

demo

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
set

Jump to

Keyboard shortcuts

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