Created
July 10, 2014 09:11
-
-
Save memememomo/c0b5fd119f16dfc42641 to your computer and use it in GitHub Desktop.
カレントディレクトリのnode_modulesにインストールしたコマンドを実行する ref: http://qiita.com/uchiko/items/2d827241603b085d6e12
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 characters
alias npm-exec='PATH=node_modules/.bin:$PATH' |
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 characters
$ 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