1.0.4 • Published 7 months ago

dependency-graph-js v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

dependency-graph-js

Version License

dependency-graph-js is a tool which is used to analyze the dependency of javascript files .

installation

yarn add dependency-graph-js -g

npm i dependency-graph-js -g

or

pnpm add dependency-graph-js -g

usage

Providing a terminal command seekDep to analyze the dependency. seekDep allows you to add an entry file after it, and will detect the imported files in it. The action will be done recursively in every imported file until no more imported files are found.

    seekDep ./test/main.js

todolist

  • Analyzing the baisc dependency.
  • [] Supported by analyzing node_modules's modudles.
  • [] Supported by being adapted to CommonJS.
  • [] Supported by being used in TypeScript.
  • [] Supported by drawing graph.
  • [] Supported by being used as a plugin in webpack or vite.

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.0

7 months ago