find-higher-file

1.0.1 • Public • Published

node-find-higher-file Travis-CI.org Build Status Coveralls.io Coverage Rating

Traverses upward to find either the next file or the highest file.

Example

var findHigherFile = require('find-higher-file');
 
findHigherFile('Mistfile', {find: 'highest'}, function(err, file) {[
  if (err) throw err;
  console.log(file);
});

License

Licensed under the MIT license

Package Sidebar

Install

npm i find-higher-file

Weekly Downloads

4

Version

1.0.1

License

none

Last publish

Collaborators

  • qix