Getting Started
Prerequisites
Installation
You can run yalcspace directly with npx:
npx yalcspace
Or install it globally:
npm install -g yalcspace
First Steps
- Navigate to your top-level project directory
- Ensure you have at least one yalc'd dependency (
yalc add <package>) - Run
npx yalcspace - A VSCode workspace will be generated and opened automatically
The generated workspace includes your project directory and all yalc-linked packages, along with build commands accessible via Cmd/Ctrl+Shift+B.