0.1.2 • Published 6 years ago

dirs-stream v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

dirs-stream

dirs-stream is a library that search asynchrous directories reculsively.

NPM Repository

dirs-stream

example

const puzzySearch = require('dirs-stream');

let Stream = new puzzySearch("/Users/byzz/dev/").Stream;

Stream.on('data', (data) => {
  console.log(`Callback Data: ${ data }`);
});

Stream.on('end', () => {
  console.log(`No More Data`);
});

Contact

if you have a question or else...

mail to eyedroot@gmail.com