@topsoft4u/mass-link-dir
v1.0.7
Published
Simple mass npm/yarn link/unlink
Downloads
10
Readme
Simple mass npm/yarn link/unlink
Example
Link all packages from directory ./packages
in another project:yarn-link-dir yarn link ./packages ../../other-project
Unlink all packages linked from directory ./packages
and restore original (from npm or something):yarn-link-dir yarn unlink ./packages ../../other-project
Args:
npm
oryarn
- selects which one you want to use.link
orunlink
.- Path to directory that contains packages.
- Path to directory containing project.