better-scanner

v2.0.0
Fast way to scan a directory and get all of the inodes
file scan inode recursive directory

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!

npm i better-scanner

Metadata

  • MIT
  • Whatever
  • Diamond Inc.
  • released 11/4/2016

Downloads

Maintainers