Develop > Run > Distribute
The monorepo containing the vlt package manager.
# Clone the repo
git clone [email protected]:vltpkg/vltpkg.git
cd vltpkg
# Install deps and prepare
pnpm install
# Run the locally built CLI
./node_modules/.bin/vlt
See the contributing guide for more information on how to build and develop the various workspaces.