ffdeptree visualizes the structure of file imports in javascript or typescript projects. It uses node-dependency-tree to parse the files and create th

tone-row / ffdeptree

submited by
Style Pass
2021-06-18 17:30:13

ffdeptree visualizes the structure of file imports in javascript or typescript projects. It uses node-dependency-tree to parse the files and create the graph, and flowchart-fun to make the visualization.

The --filename and --directory arguments are required, where the filename is the entry file to your project and the directory is where your source code lives.

With the exception of --watch, --port and --fullscreen, all other arguments are passed to node-dependency-tree. You can see the arguments it accepts here.

Leave a Comment
Related Posts