Skip to content

Instantly share code, notes, and snippets.

@pavlov99
Created August 24, 2018 03:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlov99/702abbff33b8957abb8379019c2b45f2 to your computer and use it in GitHub Desktop.
Save pavlov99/702abbff33b8957abb8379019c2b45f2 to your computer and use it in GitHub Desktop.
Visualize JavaScript dependencies
# Install madge (https://github.com/pahen/madge) and graphviz first
madge --dot --layout neato --include-npm src/ | dot -Tpng > dependencies.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment