A set of simple bots to test the Palantiri drivers
# Install the module
npm install --save palantiri-test
# Use the definitions
typings install -S npm:palantiri-test
import {echoBot} from "palantiri-test";
let connection: palantiri.Connection = new Connection(options);
echoBot(connection);