Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created July 10, 2014 09:11
Show Gist options
  • Save memememomo/c0b5fd119f16dfc42641 to your computer and use it in GitHub Desktop.
Save memememomo/c0b5fd119f16dfc42641 to your computer and use it in GitHub Desktop.
カレントディレクトリのnode_modulesにインストールしたコマンドを実行する ref: http://qiita.com/uchiko/items/2d827241603b085d6e12
alias npm-exec='PATH=node_modules/.bin:$PATH'
$ npm install hubot coffee-script
$ npm-exec hubot --create myhubot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment