$ npm install github-build-bot
var GitHubBot = require('github-build-bot');
var BUILD_BOT_GITHUB_NAME = 'github-build-bot-name';
var BUILD_BOT_GITHUB_TOKEN = 'abcde12345abcde12345abcde12345abcde12345';
var SERVER_PORT = '1800';
new GitHubBot(BUILD_BOT_GITHUB_NAME, BUILD_BOT_GITHUB_TOKEN, SERVER_PORT);
@<build-bot-name> \<command>
@<build-bot-name> \retest //rerun tests for the current pull request