
Hubot::Adapter::Shell - Shell adapter for Hubot

$ hubot
$ hubot -a shell # same
hubot> exit

The shell adapter is an adapter that provides a simple REPL for interacting with a hubot locally. It is useful for testing scripts before deploying them.

https://github.com/github/hubot/wiki/Adapter:-Shell

Hyungsuk Hong <hshong@perl.kr>

This software is copyright (c) 2012 by Hyungsuk Hong.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.