Skip to content

Instantly share code, notes, and snippets.

@matsukaz
Created June 3, 2013 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matsukaz/5695724 to your computer and use it in GitHub Desktop.
Save matsukaz/5695724 to your computer and use it in GitHub Desktop.
symlinkで複数モジュールの管理を楽に ref: http://qiita.com/items/25740c8680d5a26e42b5
npm install -g symlink
parent <- child <- grandchild
symlink -r .
cd hoge-parent && npm link
cd ..
cd hoge-child && npm link
cd ..
cd hoge-grandchild && npm link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment