otter-walker

1.0.0 • Public • Published

Otter Walker Build Status

$ npm install otter-walker

Example

var walk = require('otter-walker');
 
walk('example', fileCallback, done);
 
function fileCallback(err, file) {
    console.log(file); //filepath
}
 
function done(err, results) {
    console.log(results); //list of all filepaths in directory
}

Dependents (1)

Package Sidebar

Install

npm i otter-walker

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jonathanlarsen