0.0.1 • Published 10 years ago

folder-tree v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

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

0.0.1

10 years ago

0.0.0

10 years ago