2.0.0 • Published 8 years ago

better-scanner v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

better-scanner

File directory scanner that returns inodes given a directory.

Getting Started

npm install --save better-scanner

Usage

var scanner = require('better-scanner');
scanner.scan('/path/to/scan', function (filePath, inode, isDir) {
  // Will be called multiple times for every file in the path
}, function () {
  // This will run when finished.
})

Contributions welcome!

Credits

This library was initially made by the awesome team of engineers at Diamond.

If you haven't already, make sure you install Diamond!

2.0.0

8 years ago

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago