0.1.1 • Published 9 years ago
hubot-ping-standup v0.1.1
Hubot ping standup
A hubot script that ping the team everyday for the standup meeting.
Install
Add hubot-ping-standup to your package.json.
npm install --save hubot-ping-standupThen add hubot-standup to external_scripts.json.
[..., "hubot-ping-standup", ...]Usage
To set a standup for every week day:
hubot standup at 8 for user, user2, user3Specify a timezone:
hubot standup at 8 (Europe/Paris) for user, user2, user3Report a standup for today:
hubot standup report at 15Remove the standup:
hubot standup removeTests
npm testLicense
Copyright (c) 2014 François de Metz
See LICENSE.