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:
parent
3d8725caee
commit
e9cc0c9780
2
Makefile
2
Makefile
@ -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.
|
||||
|
@ -9,4 +9,4 @@ to the project.
|
||||
|
||||
## Package graph
|
||||
|
||||
[![](/deps.png)](/deps.png)
|
||||
[![](/deps.svg)](/deps.svg)
|
||||
|
1147
www/static/deps.svg
Normal file
1147
www/static/deps.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 79 KiB |
Loading…
x
Reference in New Issue
Block a user