Last active
May 11, 2016 22:37
Revisions
-
mikechernev revised this gist
May 11, 2016 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,3 @@ docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app node \ npm install -g hubot coffee-script yo generator-hubot \ && yo hubot --adapter="slack" -
mikechernev created this gist
May 11, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ docker run -it --rm -v "$PWD":/usr/src/app -w /usr/src/app node npm install -g hubot coffee-script yo generator-hubot && yo hubot --adapter="slack"