clux / symlink

npm link helper for npm@^2
MIT License
33 stars 6 forks source link

multiple input directories #4

Closed clux closed 9 years ago

clux commented 10 years ago

We should be able to symlink across multiple root directories.

This is useful once the set of repositories becomes so large that categorization feels necessary.

jfelixetcetera commented 9 years ago

:+1:

This would be very useful for me. I've got this structure:

If I run symlink . from the root, all the packages get connected properly. But I'd like to also link the packages into each of the examples. If symlink . ./examples-repo worked, this would be truly magic!

clux commented 9 years ago

Yeah. It's been a while, and this module is still very useful to me - deserves an update. Hopefully, I'll have some time to look at it before easter.

jfelixetcetera commented 9 years ago

Very excellent! I was going to attempt adding this over the weekend, because I really wanted it. Thanks!

clux commented 9 years ago

Implemented in symlink@1.0.0

Turned out to be easier than I thought.

clux commented 9 years ago

Hehe, no worries. Glad you like the module :]