Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 299 Bytes

deptree

This is a little server that will visualize the dependency tree of any latest package in npm. The output looks like this:

npm's dependency tree

To use, run npm install and then npm start, then visit the demo page.