54

GitHub - moul/depviz: ? dependency visualizer for GitHub & GitLab (a.k.a., &...

 6 years ago
source link: https://github.com/moul/depviz
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md


depviz

DepViz

? Issue dependency visualizer, a.k.a. "auto-roadmap".

Build Status Go Report Card GitHub version GoDoc

WebsiteTwitter

Introduction

dependency visualizer (auto roadmap)

work in progress: I'm already using this tool on a daily basis, but I know it lacks a lot of work to make it cool for other people too

depviz aggregates issues from multiple repositories and outputs a visual representation of the dependencies.

inspired by this discussion: jbenet/random-ideas#37

Example

Install (with Golang)

go get moul.io/depviz

Usage

$ export GITHUB_TOKEN=xxxx

# render and display the roadmap
$ depviz render --repos=moul/depviz | dot -Tpng > depviz-roadmap.png
$ open depviz-roadmap.png

# render and display the orphans
$ depviz render --repos=moul/depviz -t orphans | dot -Tpng > depviz-orphans.png
$ open depviz-orphans.png

Preview image withing iterm2

# install imgcat
$ go get github.com/olivere/iterm2-imagetools/cmd/imgcat
$ depviz render | dot -Tpng | imgcat

License

Apache


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK