An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![vlt](https://github.com/user-attachments/assets/aec7c817-b83f-4d71-b34a-4e480b97e82c)

# vlt /vōlt/

![vlt Version](https://img.shields.io/npm/v/vlt?logo=npm&label=Version)
![Package Downloads](https://img.shields.io/npm/dm/vlt?logo=npm&label=Downloads)
![GitHub Branch Status](https://img.shields.io/github/checks-status/vltpkg/vltpkg/main?logo=github&label=GitHub)
![Discord Server Status](https://img.shields.io/discord/1093366081067954178?logo=discord&label=Discord)
[![Socket Security Status](https://socket.dev/api/badge/npm/package/vlt)](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)