depgraph

command module
v0.0.0-...-a3c17cd Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2021 License: MIT Imports: 10 Imported by: 0

README

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 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
mod

Jump to

Keyboard shortcuts

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