unravel

0.0.2 • Public • Published

Unravel - Streaming recursive directory reading.

Install: npm install unravel


unravel.dir(directory):

Pass the folder to recursively read. Events file, end and error will be emitted.

var unravel = require('unravel')

unravel.dir(__dirname)

unravel.on('file', function(file){
  console.log(file)
})

unravel.on('end', function(){
  console.log('end')
})

unravel.on('error', function(err){
  console.log(err)
})

Examples:

View the examples


Tests

npm test

Build Status

/unravel/

    Package Sidebar

    Install

    npm i unravel

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • bradleyg