Ecosyste.ms: Awesome
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: 6 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T04:06:13.000Z (16 days ago)
- Last Synced: 2024-12-31T02:18:04.018Z (6 days ago)
- Topics: cli, javascript, monorepo, nodejs, package, package-manager, vlt
- Language: TypeScript
- Homepage: https://vlt.sh
- Size: 6.49 MB
- Stars: 292
- Watchers: 3
- Forks: 6
- Open Issues: 73
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![vlt](https://github.com/user-attachments/assets/36f8e32e-e59b-44f4-b8d5-93d3b014138b)
# vlt /vōlt/
Develop > Run > Distribute
**[Documentation](https://docs.vlt.sh)**
## **@vltpkg**
The monorepo containing the [vlt](https://www.vlt.sh) package manager.
## Documentation
### Development
```bash
# 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](./CONTRIBUTING.md) for more information on how to build and develop the various workspaces.