Skip to content

[WIP] Creates dependency tree visualization by reading import stetements in your JS/TS files.

Notifications You must be signed in to change notification settings

OnurErtugral/generate-tree

Repository files navigation

Generate Tree

Installation

npm install generate-tree

or

yarn add generate-tree

Usage

generate-tree --entryFile src/index.js

What 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 require imports
  • Add diffrent themes
  • Show current scale factor to user

About

[WIP] Creates dependency tree visualization by reading import stetements in your JS/TS files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published