1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

docs: package graph as svg

This commit is contained in:
Carlos Alexandro Becker 2018-09-12 13:37:29 -03:00
parent 3d8725caee
commit e9cc0c9780
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
3 changed files with 1149 additions and 2 deletions

View File

@ -76,7 +76,7 @@ serve:
depgraph:
go get github.com/kisielk/godepgraph
godepgraph -horizontal -s -o github.com/goreleaser github.com/goreleaser/goreleaser | dot -Tpng -o www/static/deps.png
godepgraph -horizontal -s -o github.com/goreleaser github.com/goreleaser/goreleaser | dot -Tsvg -o www/static/deps.svg
.PHONY: depgraph
# Show to-do items per file.

View File

@ -9,4 +9,4 @@ to the project.
## Package graph
[![](/deps.png)](/deps.png)
[![](/deps.svg)](/deps.svg)

1147
www/static/deps.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 79 KiB