npm-link-save
v0.4.2
Published
npm link with --save
Downloads
386
Readme
npm-link-save
npm link
with --save
(or --saveDev
) to save the linked dependency in your package.json
.
You can also link multiple dependencies with this.
Install
npm i -g npm-link-save
Usage
npm-link-save express
# or
npm-link express
nls -D express // links in devDependencies
nls express morgan // multiple links