feat(cli): add link and unlink commands for package development#274
Merged
feat(cli): add link and unlink commands for package development#274
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
89b1746 to
f47b47c
Compare
970ecf1 to
b722c55
Compare
f47b47c to
8be19c4
Compare
b722c55 to
7dd0621
Compare
8be19c4 to
c64a1db
Compare
7dd0621 to
7934ac1
Compare
c64a1db to
9e246ff
Compare
97ce890 to
8b28157
Compare
9e246ff to
6087892
Compare
8b28157 to
1c74457
Compare
branchseer
approved these changes
Oct 30, 2025
1c74457 to
8cc9b79
Compare
6087892 to
86831a0
Compare
8cc9b79 to
61cc5ba
Compare
61cc5ba to
9482dc7
Compare
86831a0 to
452e374
Compare
9482dc7 to
bffefd4
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

TL;DR
Add
vite link(alias:vite ln) andvite unlinkcommands to create and remove symlinks for local package development.What changed?
linkandunlinkcommands to the CLI that work with all package managers (pnpm, yarn, npm)-rflag--allflagvite link <pkg>)vite link ./path/to/package)How to test?
Why make this change?
Local package development currently requires using package manager-specific commands with different syntaxes. This change provides a unified interface that:
-rflag vs yarn's--all)