1.0.0 • Published 1 year ago

simple-links v1.0.0

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

Simple Link

Provides a simpler way to link local projects together instead of using npm link.

Installation

npm install -g simple-link

Alternatively, you can use npx to run the command without installing it globally.

npx simple-link

Usage

There are two aliases for the command, sl and simple-link.

sl ../path/to/some-package ./node_modules/some-package

You can also watch for changes and it will automatically update the link.

sl ../path/to/some-package ./node_modules/some-package -w

Limitations

Simple link will not copy over node_modules therefore if you are working on an unreleased repo, or have added a new module to an existing one, you will run into issues of missing modules.