VisCommandsvis link

vis link

Link a local package for development

vis link

Wire a local package into the consuming project for live-reload development. With a directory argument, links by path (works on every PM). With no argument or a global package name, registers/uses the global symlink (pnpm ≤ 10, yarn, npm, bun). Aliased as vis ln.

Usage

vis link [target]
vis ln [target]

Examples

vis link ./packages/utils    # link a local directory (works on all PMs)
vis link                     # register current package globally
vis link react               # link a previously-registered global package into the cwd

Options

This command takes no flags — its behavior is determined by the positional target.

Deno

Deno has no link equivalent. vis link emits a warning and prints guidance: use "imports" in deno.json (or an import map) to point at a local path or a jsr: / npm: specifier instead.

Support

Contribute to our work and keep us going

Community is the heart of open source. The success of our packages wouldn't be possible without the incredible contributions of users, testers, and developers who collaborate with us every day.Want to get involved? Here are some tips on how you can make a meaningful impact on our open source projects.

Ready to help us out?

Be sure to check out the package's contribution guidelines first. They'll walk you through the process on how to properly submit an issue or pull request to our repositories.

Submit a pull request

Found something to improve? Fork the repo, make your changes, and open a PR. We review every contribution and provide feedback to help you get merged.

Good first issues

Simple issues suited for people new to open source development, and often a good place to start working on a package.
View good first issues