Skip to content

Creates dot file to visualize dependencies between npm repos

License

Notifications You must be signed in to change notification settings

benleen/repo-dep-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repo-dep-dot

Creates dot file to visualize dependencies between repos

Prerequisite (suggested)

  • Download graphviz here

Command usage

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

Notes

You may run into rate limits if you execute on a very big organization, multiple times.
Rate limits are higher if you authenticate.

Samples

Alt text Alt text

About

Creates dot file to visualize dependencies between npm repos

Resources

License

Stars

Watchers

Forks

Packages

No packages published