Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.07 KB

Linda Worker Masuilab

generated with generator-linda v0.2.6

Circle CI

screenshot

Config

% heroku config:set YO_DOOR_TOKEN=token

Scripts

put into scritps directory.

Run

Run All Scripts

% npm start

Run Specific Script

% SCRIPT=light-notify npm start
% SCRIPT=*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 i grunt-cli -g

% npm test
# or
% grunt