0.0.4 ā€¢ Published 1 year ago

link-tarball v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

link-tarball

Link another package's tarball to this package

Usage

npx link-tarball <other-package-path>

Running npx link-tarball will build a tarball of the package at the given path and link it to the current package. This is useful for testing changes to a package who's dependencies may interfere with the current package's dependencies, such as React.

Example

npx link-tarball ../some-other-package
āœ” Successfully linked some-other-package.tar.gz to my-package
0.0.4

1 year ago