Skip to content

ELMERzark/graphpkg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Installation

go get github.com/davecheney/graphpkg

Usage

To graph the dependencies of the net package:

x-www-browser $(graphpkg net)

Filtering

graphpkg can also filter out packages that do not match the supplied regex, this may improve the readability of some graphs by excluding the std library:

x-www-browser $(graphpkg -match 'launchpad.net' launchpad.net/goamz/s3)

About

Graph Go package dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%