Skip to content

LEI/dot

Repository files navigation

dot

Documentation

GoDoc Travis AppVeyor Codecov Go Report Card

Requires git >= 2.

Installation

Release binaries are available on the releases page.

macOS

brew install lei/dot/dot

Other platforms

Archlinux

sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm ca-certificates git
curl -sSL https://git.io/dot.lei.sh | sh

Debian

sudo apt-get update -yq
sudo apt-get install -yyq ca-certificates curl git
curl -sSL https://git.io/dot.lei.sh | sh

From Source

Requires go.

go get -u github.com/LEI/dot
cd $GOPATH/src/github.com/LEI/dot
go run build.go check install # or `make`

deps Dependency tree generated with graphviz