Skip to content

alexmcmillan/listrequires

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tool for inspecting local require() trees in NodeJS projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published