1.0.2 • Published 7 years ago

hubot-howdoi v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago