Skip to content

Instantly share code, notes, and snippets.

@auycro
Last active February 7, 2016 13:12
Show Gist options
  • Select an option

  • Save auycro/7565482202fd114e93d6 to your computer and use it in GitHub Desktop.

Select an option

Save auycro/7565482202fd114e93d6 to your computer and use it in GitHub Desktop.
npm local lib path
$ echo 'export NODE_PATH="'$(npm root -g)'"' >> ~/.bash_profile && . ~/.bash_profile
npm search hubot scripts
$ npm search hubot-scripts github
Login to heroku
$ heroku login
Push to Heroku
$ git push heroku master
Set Hubot Environment [link](https://www.npmjs.com/package/hubot-env)
$ npm install --save hubot-env
then add ["hubot-env"] to external-scripts.json
Hubot Chatwork (link)[https://github.com/akiomik/hubot-chatwork]
Hubot Scripting
https://hubot.github.com/docs/scripting/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment