0.1.10 • Published 9 years ago

hubot-ship v0.1.10

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

hubot-ship

This is a Hubot adapter to use with Ship.

Getting Started

Creating a new bot

  • npm install -g hubot coffee-script yo generator-hubot
  • mkdir -p /path/to/hubot
  • cd /path/to/hubot
  • yo hubot
  • npm install hubot-ship --save
  • Initialize git and make your initial commit
  • Check out the hubot docs for further guidance on how to build your bot

Testing your bot locally

  • VERTX_SERVER_ADDRESS=http://localhost:3333/eventbus ./bin/hubot --adapter ship

Configuration

This adapter uses the following environment variables:

  • VERTX_SERVER_ADDRESS - this is the vertx server address where vertx is communicating with ship.
0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago