Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 359 Bytes

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 359 Bytes

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