Skip to content

Interactive dependency graph visualization tool for golang

License

Notifications You must be signed in to change notification settings

becheran/depgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depgraph

Go Report Card PRs Welcome License Go Reference

Interactive dependency graph visualization tool for golang using the awesome cytoscape graph visualizer.

screenshot

Install

Install via:

go install github.com/becheran/depgraph@latest

Quick Start

Run the depgraph command line tool next to you go.mod file of your project.

The first required argument is the path to the file or module which shall be observed. For example:

depgraph ./main.go

or:

depgraph github.com/becheran/depgraph 

Per default the frontend will be started on http://localhost:3001. The address can be changed via the host flag:

depgraph -host=localhost8080 github.com/becheran/depgraph 

About

Interactive dependency graph visualization tool for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published