Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 414 Bytes

shell.md

File metadata and controls

15 lines (9 loc) · 414 Bytes

Adapters: Shell

The shell adapter provides a simple read-eval-print loop for interacting with a hubot locally. It can be useful for testing scripts before using them on a live hubot.

Getting Started

To use the shell adapter you can simply omit the -a option when running hubot as it will use the shell adapter by default.

% bin/hubot

Configuring

This adapter doesn't require any configuration.