vpkg registry

An alternative package registry for managing and publishing your V modules. It's free, simple, and straightforward to use.

How to submit?

Fork the registry, edit registry.json, and create a pull request.

Your module must have the following information:

  • name - Name of the module.
  • url - URL to be used to retrieve the package.
  • method - The method of downloading the package. (vpkg only supports git for now.)

You can modify the information of your published module. However, it must not have conflicts with other modules to avoid confusion.

To prevent this, we suggest to finalize everything before submitting.

{{ numberOfPackages }} packages found.

{{ package.name }}

vpkg get {{ package.name }} {{ package.url }}

Loading...