1.0.1 • Published 2 years ago

link-sync v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

link-sync

Syncs your test package in parent directory or relative to it into your current project without creating symlinks and node_module conflicts like npm link.

npx link-sync@latest -p test-package-in-parent-dir-or-relative-parent-dir -w

Comandline params

-p --path : package path relative to the parent directory

-w --watch : watch mode

-v, --version : link-sync version

link-sync vs npm link

Testing npm packages before publishing to npm using npm link node_modules directory must be deleted in your test package to avoid dependencies conflicts. Also it creates symlinks, and it can mess your time with npm unlink. You can do it all manualy, or use this util.

1.0.1

2 years ago

1.0.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago