Skip to content

Slightly enhanced Shell adapter for Hubot development

License

Notifications You must be signed in to change notification settings

smashwilson/hubot-shellish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Shellish Adapter

Developing Hubot scripts intended for use with the Slack adapter is a bit of a pain, because the default Shell adapter prints any complex responses as the thoroughly unhelpful [object Object]. If you wish to preview these responses locally, install and use the Shellish adapter instead to see a util.inspect() dump of any complex responses.

sample

Install it

Install this package from npm:

$ npm install hubot-shellish

Use it

Append --adapter shellish to your command-line arguments:

$ ./node_modules/.bin/hubot --adapter shellish

About

Slightly enhanced Shell adapter for Hubot development

Resources

License

Stars

Watchers

Forks

Packages

No packages published