0.0.4 • Published 7 years ago

polymer-dependency-weight v0.0.4

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

polymer-dependency-weight

Will count the weight of the dependency graph and visualize it.

Todo

  • visualize result.

Installation

Installation can be done using a simple node install step.

npm install -g polymer-dependency-weight

Usage

You'll run the application with the source directories you want to analyze for dependencies.

polymer-dependency-weight [file1..file(n)]

Output

We will visualize the output data as a tree structure you can browse to figure out which branch has the most weight so you can prune your dependency tree.