Develop. Run. Distribute.
This is the source monorepo for the vlt package manager.
Full documentation, startup guides & API references can be found at docs.vlt.sh.
# Clone the repo
git clone [email protected]:vltpkg/vltpkg.git
cd vltpkg
# Install deps (and run prepare scripts)
pnpm install
# Run the locally built CLI
pnpm vlt # OR ./node_modules/.bin/vlt
See the contributing guide for more information on how to build and develop the various workspaces.