Add initial hubot generation files.
This commit is contained in:
7
bin/hubot.cmd
Normal file
7
bin/hubot.cmd
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
|
||||
call npm install
|
||||
SETLOCAL
|
||||
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
|
||||
|
||||
node_modules\.bin\hubot.cmd --name "404bot" %*
|
||||
Reference in New Issue
Block a user