https://github.com/bagilevi/jsdepviz
Visualize module dependencies within a JavaScript project
https://github.com/bagilevi/jsdepviz
Last synced: 3 months ago
JSON representation
Visualize module dependencies within a JavaScript project
- Host: GitHub
- URL: https://github.com/bagilevi/jsdepviz
- Owner: bagilevi
- License: other
- Created: 2016-10-08T20:12:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T12:25:06.000Z (over 8 years ago)
- Last Synced: 2025-01-13T04:41:48.421Z (4 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsdepviz
Visualize module dependencies within a JavaScript project.
Takes a GitHub URL, finds JavaScript modules, finds dependencies based on the `import` statements,
arranges modules into layers, and displays layers and connections between modules as an interactive diagram.Work in progress.