Skip to content

ansamb-places/fs_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fs_watcher

Coffeescript module to interact with python filewatcher. Requires ansamb_places_watcher_py.

Example

Watcher = require 'ansamb_places_watcher_js'
watcher = new Watcher('.')
watcher.on 'modified', (filePath) ->
  # ...

Install

npm install fs_watcher

Test

npm test

About

nodejs wrapper around watchdog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published