Created
August 24, 2018 03:27
-
-
Save pavlov99/702abbff33b8957abb8379019c2b45f2 to your computer and use it in GitHub Desktop.
Visualize JavaScript dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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