0.0.4 • Published 9 years ago

listrequires v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

listrequires

Tool for inspecting local require() trees in NodeJS projects.

Intended just to indicate what you are requireing where. Generates output similar to npm list but excludes nested dependencies, focusing instead on your project files.

installation

npm install -g listrequires

usage

listrequires <entrypoint.js>

This executes node /usr/bin/listrequires entrypoint.js which causes node to actually run entrypoint.js - still gotta work out how to prevent this.

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago