npm-link-up icon indicating copy to clipboard operation
npm-link-up copied to clipboard

allow for --exclude functionality

Open ORESoftware opened this issue 7 years ago • 0 comments

when running nlu run, we should exclude packages from being linked

nlu --exclude="foo,bar"

nlu --exclude-completely="foo,bar"

exclude-completely means x won't be linked to y, whereas just exclude means x will be linked to y, but nothing will be linked to x.

ORESoftware avatar Sep 21 '18 04:09 ORESoftware