linzhengen / tech-notes

My tech notes write in github issues🧲
1 stars 0 forks source link

[20210616] godaでPKG依存関係を可視化してみた #113

Open linzhengen opened 3 years ago

linzhengen commented 3 years ago

goda

https://github.com/loov/goda

例えば gin

$ git clone git@github.com:gin-gonic/gin.git && cd gin
$ goda graph "github.com/gin-gonic/gin/..." | dot -Tpng -o graph.png

graph