Creates dot file to visualize dependencies between repos
- Download graphviz here
repodepdot
Options:
-o, --org Define github organization (required)
-g, --github Define a custom github instance URI
-a, --auth Define if you would like to be prompted for https credentials
-f, --output-file Define an output file
Example:
repodepdot -o myorg -g https://github.mydomain.com/api/v3/ -a -f np-dep.dot
- Use one of the various graphviz commands to generate a visualization.
E.g.: dot -Tsvg np-dep.dot -o np-dep.dot.svg
You may run into rate limits if you execute on a very big organization, multiple times.
Rate limits are higher if you authenticate.