folder-tree
v0.0.1
Published
Read folder contents recursively
Downloads
2
Readme
folder-tree
Read folder contents recursively
Install
npm install folder-tree
Usage
var FolderTree = require('folder-tree')
, tree = new FolderTree('.')
util.inspect(tree, { depth: null })Attention
It (still) synchronously reads through the folders, don't expect high performance.
License
MIT
