Skip to content
forked from moul/depviz

πŸ‘“ dependency visualizer for GitHub & GitLab (a.k.a., "auto-roadmap")

License

Notifications You must be signed in to change notification settings

alexsland/depviz

This branch is 374 commits behind moul/depviz:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29122f7 Β· Nov 25, 2019
Oct 14, 2019
Jul 22, 2019
Nov 19, 2019
Aug 29, 2019
Nov 22, 2019
Aug 29, 2019
Nov 25, 2019
Nov 17, 2019
Nov 25, 2019
Nov 22, 2019
Nov 17, 2019
Jul 22, 2019
Oct 14, 2019
Nov 25, 2019
Dec 27, 2018
Nov 17, 2019
Oct 14, 2019
Jul 22, 2019
Jul 22, 2019
Nov 25, 2019
Jul 22, 2019
Nov 25, 2019
Jul 22, 2019
Jul 22, 2019
Nov 25, 2019
Nov 25, 2019
Nov 25, 2019
Dec 7, 2018
Nov 25, 2019


depviz

DepViz

πŸ‘“ Issue dependency visualizer, a.k.a. "auto-roadmap".

Manfred.life β€’ Twitter

CircleCI GoDoc License GitHub release Go Report Card Docker Metrics Made by Manfred Touron

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 run moul/depviz | dot -Tpng > depviz-roadmap.png
$ open depviz-roadmap.png

# render and display the orphans
$ depviz run moul/depviz --show-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 run https://github.com/moul/depviz/issues/42 | dot -Tpng | imgcat

License

Apache

About

πŸ‘“ dependency visualizer for GitHub & GitLab (a.k.a., "auto-roadmap")

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 51.5%
  • HTML 29.9%
  • JavaScript 11.0%
  • CSS 3.2%
  • Dockerfile 2.3%
  • Makefile 2.1%