es-dependency-graph
module dependency analyzer
Utility for analyzing ES6 module dependencies from source code
Get the imports and exports from your ES6 modules
29 stars
13 watching
7 forks
Language: JavaScript
last commit: almost 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
jmcdo29/nestjs-spelunker | Analyzes the dependencies of a NestJS application and generates an overview of its module structure and dependencies. | 317 |
ondras/rollup-plugin-graph | Generates a module dependencies graph in the DOT language for use with Graphviz. | 31 |
clue/graph-composer | Creates and visualizes dependency graphs for software projects using GraphViz. | 928 |
tcurdt/jdependency | An analysis tool for class dependencies and jar file relationships | 71 |
ioannad/asd-graph | Tools for visualizing Common Lisp system dependencies | 3 |
yav/graphmod | Displays the module dependencies of Haskell programs in a visual graph format | 180 |
jpreese/kustomize-graph | Tools for visualizing kustomize application structures and dependencies | 29 |
gabotechs/dep-tree | A tool to visualize and analyze the complexity of codebases by depicting file dependencies as a 3D graph | 1,523 |
alanshaw/david | A tool that helps developers check and update their project dependencies to ensure they have the latest versions. | 969 |
lastcallmedia/composerextrafiles | Allows dependencies to be downloaded with specific files extracted and installed during package installation | 0 |
mage-os/php-dependency-list | A tool to list PHP class dependencies within a project by parsing source code files. | 5 |
shipmonk-rnd/composer-dependency-analyser | Detects and reports on unused, shadow, and misplaced dependencies in PHP projects using Composer. | 426 |
trailofbits/it-depends | Automatically builds dependency graphs and Software Bills of Materials for packages and source code repositories. | 331 |
egoist/decheck | A tool to browse an npm module's dependencies and find new modules used by it. | 9 |
cgeorg/sinject | An injection framework for managing dependencies in JavaScript applications with cyclical dependencies and lazy resolution | 10 |