Example vlt monorepo with multiple publishable packages.
@YOUR-ACCOUNT/utils— Utility functions@YOUR-ACCOUNT/greeting— Greeting utilities
- Update
@YOUR-ACCOUNTinvlt.jsonand allpackage.jsonfiles with your account slug - Configure authentication:
vlt login --registry=https://registry.vlt.io/YOUR-ACCOUNT/main/
- Install dependencies:
vlt install
- Build packages:
vlt build
To publish all packages:
vlt publish --recursiveTo publish a specific package:
cd packages/greeting
vlt publishSee the vlt publishing guide for more details.