1.0.0 • Published 8 years ago

shell-find v1.0.0

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

shell-find Build Status

Node bindings for the shell find utility. Way faster and way less portable than node-glob.

npm install shell-find
shellFind = require('shell-find');

shellFind('src')
  .name('*.coffee')
  .prune('node_modules')
  .exec(function(err, filenames) {
    console.log(filenames);
  });

Check out the tests for more examples.

1.0.0

8 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago