npm-link-better
v0.9.0
Published
npm link alternative
Readme
npm-link-better
npm link with extra features, such as:
--quickto link without installing dependencies--save(/--saveDev/Peer/Optional) to save the linked dependency in your package.json.--copyto copy files individually instead of linking
Formerly npm-link-quick, npm-link-save, and npm-link-copy all now combined into this as a drop-in replacement.
Install
npm install --global npm-link-betterUsage
npm-link-better --quick
# or
nlqnpm-link-better --save <dependency>
# or
nls <dependency>npm-link-better --copy <dependency>
# or
nlc <dependency>Bonus Features:
- (Use
npm-link-quick --zeldaflag to link all packages in a dir (inspired by https://github.com/feross/zelda))
