feross / zelda

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

Add unlink option #7

Closed gkatsev closed 10 years ago

gkatsev commented 10 years ago

Running 'zelda --unlink' will remove all linked dependencies and rerun 'npm install' unless '--skip-install' option was supplied.

Fix #6.

feross commented 10 years ago

Thanks, this is great! Published as 2.3.0.

gkatsev commented 10 years ago

Awesome!