feross / zelda

Automatically `npm link` all your packages together!
MIT License
283 stars 32 forks source link

Enables passing relative paths #1

Closed alexgorbatchev closed 10 years ago

alexgorbatchev commented 10 years ago

Allows easier syntax from your module folders:

$ cd workspace
$ cd module
$ zelda ..

instead of

$ cd workspace
$ cd module
$ zelda /full/path/to/workspace