vfox-plugin-template

July 22, 2025 ยท View on GitHub

This is a vfox plugin template with CI that package and publish the plugin.

Usage

  1. Generate a new repository based on this template.
  2. Configure metadata information
  3. To develop your plugin further, please read the plugins create section of the docs.

How to publish?

  1. Push a new tag to the repository which name is vX.Y.Z (X.Y.Z is the version number).
  2. The CI will automatically package, then publish release and publish manifest.

Contents

  1. 1Usage
  2. 2How to publish?