1.0.0 • Published 6 years ago
generate-tree v1.0.0
Installation
npm install generate-treeor
yarn add generate-treeUsage
generate-tree --entryFile src/index.jsWhat does this do?
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.
Roadmap
- Make the space between nodes adjustable
- Support
requireimports - Add diffrent themes
- Show current scale factor to user
1.0.0
6 years ago