@topsoft4u/mass-link-dir
v1.0.7
Published
Simple mass npm/yarn link/unlink
Downloads
4
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:
npmoryarn- selects which one you want to use.linkorunlink.- Path to directory that contains packages.
- Path to directory containing project.
