npm-link-by-copy
v0.3.0
Published
Like npm link, but copies the package instead of symlinking to it
Downloads
8
Readme
npm-link-by-copy
Forked from npm-link-copy because one of the original dependencies (chokidar) was hanging.
What is this?
Alternative to npm link that works by copying files instead of linking.
Copies a module
that you have npm link
ed to ./node_modules/module
Install
npm install -g npm-link-by-copy
Usage
npm-link-by-copy [..modules]
For example:
npm-link-by-copy lodash express
Exclude directories
--exclude
exclude directories
For example:
npm-link-by-copy --exclude node_modules,.git lodash express