Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 399 Bytes

allgo

Crawler of Go dependencies graph. Uses http://go-search.org/ as the data source.

usage

These simple steps will produce local version of the go graph:

git clone https://github.com/anvaka/allgo
cd allgo
./download.sh
node layout.js
node toBinary.js

The ouptut is stored to ./data folder, and can be consumed by pm visualization

license

MIT