0.1.1 • Published 8 years ago

hubot-ping-standup v0.1.1

Weekly downloads
1
License
BSD
Repository
github
Last release
8 years ago

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-standup

Then 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, user3

Specify a timezone:

hubot standup at 8 (Europe/Paris) for user, user2, user3

Report a standup for today:

hubot standup report at 15

Remove the standup:

hubot standup remove

Tests

npm test

License

Copyright (c) 2014 François de Metz

See LICENSE.

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago