putil-walkdir

2.0.4 • Public • Published

putil-walkdir

NPM Version NPM Downloads Build Status Test Coverage Dependencies DevDependencies

Simple, fast directory walker

Installation

  • npm install putil-walkdir --save

Usage

walkdir(dir, onFile, callback)

dir: Directory to be start.

callback: Callback that will be called for every file. onFile = function(path, stats)

callback: An optional callback to run once walk completed.

Node Compatibility

  • node >= 4.0;

License

MIT

Package Sidebar

Install

npm i putil-walkdir

Weekly Downloads

3

Version

2.0.4

License

MIT

Unpacked Size

5.73 kB

Total Files

4

Last publish

Collaborators

  • erayhanoglu