Skip to content

Instantly share code, notes, and snippets.

@kechol
Created February 25, 2018 10:09
Show Gist options
  • Save kechol/6c5a71945c3c8e63e5cf6095ffa9e082 to your computer and use it in GitHub Desktop.
Save kechol/6c5a71945c3c8e63e5cf6095ffa9e082 to your computer and use it in GitHub Desktop.
[
"hubot-broadlink-rm",
"hubot-redis-brain"
]
#!/bin/sh
set -e
npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "homebot" "$@"
{
"name": "homebot",
"version": "0.0.0",
"private": true,
"author": "homebot",
"description": "A simple helpful robot for your home",
"dependencies": {
"coffee-script": "^1.12.7",
"hubot": "^2.19.0",
"hubot-broadlink-rm": "^0.6.5",
"hubot-redis-brain": "0.0.4",
"hubot-slack": "^4.4.0"
},
"engines": {
"node": "8.9.x"
}
}
web: bin/hubot -a slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment