hubot-days_since
v1.0.0
Published
A Hubot script to track days since an event.
Downloads
1
Readme
hubot-days_since
A Hubot plugin to have a memory of when things happened in the past.
Usage
hubot it's been <number> days since <event> - Set the day when the event happened
hubot how long since <event>? - Display the number of days since the event
Installation
- cd into your hubot directory, run
npm install --save hubot-days_since
to add a dependency into package.json. - Add
"hubot-days_since"
to yourexternal-scripts.json
file. - Restart Hubot.