Node bindings for the shell find utility. Way faster and way less portable than node-glob.
find
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.
npm i shell-find
5
1.0.0
MIT
github.com
a year ago
test in your browser