0.1.10 • Published 10 years ago

hubot-ship v0.1.10

Weekly downloads
1
License
-
Repository
github
Last release
10 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

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago