Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

myouju/go-dependency-graph-visualization

Repository files navigation

Run

# first party package only
bash run.sh $GOPATH/src/$YOUR_REPO > darge.html

# with third party package
bash run_with_thirdparty.sh $GOPATH/src/$YOUR_REPO > darge.html

View

open darge.html

Generate image

prepare

npm install puppeteer

generate

node to_image.js

sample image

sample

with third party

sample_with_thirdparty

About

A Go dependency graph visualization tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published