2.0.1 • Published 3 years ago

hubot-shellish v2.0.1

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

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
2.0.1

3 years ago

2.0.0

5 years ago

1.0.0

6 years ago