npm install generate-tree
or
yarn add generate-tree
generate-tree --entryFile src/index.js
generate-tree
is a dependency tree visualization tool. You give it an entry file as an input, it reads import
statments in the file, and traverse your project by using DFS
alogrithm.
It produces an HTML
file as an output, you can view and interact with it in your browser.
- Make the space between nodes adjustable
- Support
require
imports - Add diffrent themes
- Show current scale factor to user