https://github.com/vlang/cmd_vpm2
https://github.com/vlang/cmd_vpm2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlang/cmd_vpm2
- Owner: vlang
- License: mit
- Created: 2023-11-29T20:46:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T21:00:46.000Z (over 2 years ago)
- Last Synced: 2025-12-07T22:05:28.422Z (8 months ago)
- Language: V
- Size: 34.2 KB
- Stars: 6
- Watchers: 37
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is an experimental version of the V package manager,
that will be available with commands, like this:
* `v pm2 install URL`
* `v pm2 add DEPENDENCY_NAME`
* `v pm2 run URL`
* `v pm2 login`
* `v pm2 publish`
etc.
At some point, when it is mature enough,
the intention is that it will replace the existing package manager.