Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 823 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 823 Bytes

hubot-howdoi Build Status npm

Based on hubot-scripts/howdoi

See src/howdoi.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-howdoi --save

Then add hubot-howdoi to your external-scripts.json:

["hubot-howdoi"]

Sample Interaction

user1>> hubot howdoi date format linux
hubot>> http://stackoverflow.com/questions/1401482/yyyy-mm-dd-format-date-in-shell-script
hubot>> DATE=`date +%Y-%m-%d`
hubot>> DATE=`date +%Y-%m-%d:%H:%M:%S`
hubot>> $man date