NAME

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

VERSION

version 0.2.8

SYNOPSIS

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

DESCRIPTION

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.

SEE ALSO

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

AUTHOR

Hyungsuk Hong <hshong@perl.kr>

COPYRIGHT AND LICENSE

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.