node-modules-tree
v0.0.11
Published
Utility to create a map of components of your react application
Downloads
20
Readme
node-modules-tree
Purpose
Get a tree of your modules. Highlight items based in content or name.
IMPORTANT: Work just with ES6!
Installation
[sudo] npm install node-modules-tree -gUsage
$ node-modules-tree <params>
Parameters:
-f file to start
-c files with this pattern in its content will be highlighted
-n files with this pattern in its name will be highlighted
-j output the result as json
