Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 893 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 893 Bytes

Linda Worker

Build Status

screenshot

Scripts

put into scritps directory.

Run

Run All Scripts

% DEBUG=* npm start

Run Specific Script

% SCRIPT=light-notify npm start

Logs

configure with env variable DEBUG

% DEBUG=linda* npm start                     # print linda's read/write/take/watch operation
% DEBUG=linda:worker* npm start              # print this app's status
% DEBUG=linda:worker:light_notify npm start  # print `scripts/light_notify.coffee`
% DEBUG=* npm start                          # print socket.io/engine.io/linda status

Test

% npm test

or

% grunt