VPM repository listing for VCC / ALCOM, built with vpm-listing-site-generator.
https://vpm.logiccuteguy.com/index.json
| Package | Repo | Versions |
|---|---|---|
com.logiccuteguy.lcgudonsharp (LCGUdonSharp) |
LogicCuteGuy/LCGUdonSharp | 0.2.0 |
com.logiccuteguy.helptools (LogicCuteGuy Help Tools) |
LogicCuteGuy/UnityHelpTools | 1.0.0, 1.0.1 |
npm ci
$env:GITHUB_TOKEN = (gh auth token)
npx vpm-listing # regenerates index.json from GitHub releases
npx vpm-site # builds the site into dist/
Every GitHub release of a listed repo must include:
package.json<package.name>-<package.version>.zip (e.g. com.logiccuteguy.helptools-1.0.2.zip), with package.json at the zip rootAfter publishing a release, trigger a rebuild with a repository_dispatch of type build-listing to this repo, or run the Build Repo Listing workflow manually.