0.0.0 • Published 8 years ago
saner v0.0.0
saner
Filesystem watcher using sane with the Observable API and additional improvements
const saner = require('saner');
saner('.').subscribe({
next() {
...
}
});Installation
npm install sanerAPI
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.
0.0.0
8 years ago