Skip to content

Instantly share code, notes, and snippets.

@mikechernev
Last active May 11, 2016 22:37

Revisions

  1. mikechernev revised this gist May 11, 2016. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion create-hubot.sh
    Original 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"
    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"
  2. mikechernev created this gist May 11, 2016.
    1 change: 1 addition & 0 deletions create-hubot.sh
    Original 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"