Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krasnoukhov/hubot-vladimir
Hubot alter egos
https://github.com/krasnoukhov/hubot-vladimir
Last synced: 17 days ago
JSON representation
Hubot alter egos
- Host: GitHub
- URL: https://github.com/krasnoukhov/hubot-vladimir
- Owner: krasnoukhov
- Created: 2014-03-20T14:31:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T19:07:08.000Z (over 8 years ago)
- Last Synced: 2024-10-20T14:52:22.405Z (2 months ago)
- Language: CoffeeScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubot Vladimir
Hubot alter egos
## Installation
Update Hubot's package.json to install hubot-vladimir from github, and update Hubot's external-scripts.json file to include the hubot-vladimir module.
### Update the files to include the hubot-vladimir module:
#### package.json
"dependencies": {
"hubot-vladimir": "krasnoukhov/hubot-vladimir"
}#### external-scripts.json
["hubot-awesome-module", "hubot-vladimir"]Run `npm install` to install hubot-vladimir and dependencies.