https://github.com/johanmeiring/hubot-podbaydoors
Hubot script for reacting to requests to open pod bay doors...
https://github.com/johanmeiring/hubot-podbaydoors
Last synced: 3 months ago
JSON representation
Hubot script for reacting to requests to open pod bay doors...
- Host: GitHub
- URL: https://github.com/johanmeiring/hubot-podbaydoors
- Owner: johanmeiring
- License: mit
- Created: 2014-01-22T14:14:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T18:22:11.000Z (over 11 years ago)
- Last Synced: 2025-03-26T10:44:58.309Z (3 months ago)
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-podbaydoors
Hubot script for reacting to requests to open pod bay doors...
## Installation
Add the package `hubot-podbaydoors` as a dependency in your Hubot `package.json` file.
"dependencies": {
...
"hubot-podbaydoors": "1.0.x"
...
}Run the following command to make sure the module is installed.
$ npm install hubot-podbaydoors
To enable the script, add the `hubot-podbaydoors` entry to the `external-scripts.json` file (you may need to create this file).
["hubot-podbaydoors"]