0.3.0 • Published 2 years ago

npm-link-by-copy v0.3.0

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

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 linked 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