https://github.com/vltpkg/vltpkg
the vlt monorepo
https://github.com/vltpkg/vltpkg
cli javascript monorepo nodejs package package-manager vlt
Last synced: 5 months ago
JSON representation
the vlt monorepo
- Host: GitHub
- URL: https://github.com/vltpkg/vltpkg
- Owner: vltpkg
- License: other
- Created: 2024-04-01T23:24:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T04:11:01.000Z (6 months ago)
- Last Synced: 2025-04-02T09:46:47.626Z (6 months ago)
- Topics: cli, javascript, monorepo, nodejs, package, package-manager, vlt
- Language: TypeScript
- Homepage: https://vlt.sh
- Size: 8.86 MB
- Stars: 365
- Watchers: 3
- Forks: 12
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# vlt /vōlt/




[](https://socket.dev/npm/package/vlt)**Develop. Run. Distribute.**
This is the source monorepo for the [vlt](https://www.vlt.sh) package
manager.### Documentation
Full documentation, startup guides & API references can be found at
[docs.vlt.sh](https://docs.vlt.sh).#### Development
```bash
# Clone the repo
git clone git@github.com: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](./CONTRIBUTING.md) for more information
on how to build and develop the various workspaces.### License
[BSD-2-Clause Plus Patent License](./LICENSE)