0.0.0 • Published 7 years ago

saner v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

saner

NPM version Build Status Coverage Status

Filesystem watcher using sane with the Observable API and additional improvements

const saner = require('saner');

saner('.').subscribe({
  next() {
    ...
  }
});

Installation

Use npm.

npm install saner

API

const saner = require('saner');

saner(root , option)

root: string (root path)
option: Object
Return: Observable

License

Copyright (c) 2017 Shinnosuke Watanabe

Licensed under the MIT License.