This commit is contained in:
Tommy Parnell
2015-05-17 15:34:17 -04:00
commit 1c389fd7b1
13 changed files with 538 additions and 0 deletions

8
bin/hubot Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "hubot" "$@"

3
bin/hubot.cmd Normal file
View File

@@ -0,0 +1,3 @@
@echo off
npm install && node_modules\.bin\hubot.cmd --name "hubot" %*