saner
v0.0.0
Published
Filesystem watcher using `sane` with the Observable API and additional improvements
Downloads
4
Maintainers
Readme
saner
Filesystem watcher using sane
with the Observable API and additional improvements
const saner = require('saner');
saner('.').subscribe({
next() {
...
}
});
Installation
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.