shell-find

1.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0
  • 0.2.0
    0
  • 0.1.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i shell-find

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hurrymaplelad