Dynamic VSCode workspaces from yalc links. Streamline multi-package local development.
npx yalcspace
Constructs a full dependency graph from your yalc links and performs operations in the correct order.
Eliminates duplicate package versions in your bundle caused by yalc's file:// protocol references.
Run npx yalcspace in your project and get a fully configured VSCode workspace instantly.
Build a single package, its dependents, or everything โ all accessible via Cmd+Shift+B.
Override build and push commands per-package via a simple JSON settings file.
Eject individual packages or reset your entire workspace when you're done.
yalc add <package> in your projectnpx yalcspace to generate a workspace