Skip to content

hashashin/hubot-howdoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published