0.1.6 • Published 11 years ago

changeling v0.1.6

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

changeling

changeling is a readable stream that watches a file for changes and then outputs its contents.

Build status

Install

npm install changeling

Example

var changeling = require('changeling')

changeling('/path/to/file')
  .on('error', function(error) {
    // An error will be thrown if
    // the watched file gets deleted.
  })
  .pipe(process.stdout)

License

MIT

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago