openvcs-sdk

Crates.ioopenvcs-sdk
lib.rsopenvcs-sdk
version0.1.8
created_at2025-12-28 22:35:49.338005+00
updated_at2026-01-07 23:45:50.911488+00
descriptionSDK for building/bundling OpenVCS plugins and packaging them as .ovcsp bundles.
homepagehttps://bbgames.dev/
repositoryhttps://github.com/Open-VCS/OpenVCS-SDK
max_upload_size
id2009500
size104,738
Jordon (Jordonbc)

documentation

README

OpenVCS-SDK

Tooling for building and packaging OpenVCS plugins.

openvcs-plugin

  • Bundle a plugin into a single .ovcsp tar.xz: cargo run -p openvcs-sdk -- --plugin-dir /path/to/plugin

Development

  • Required: cargo fmt --all
  • CI enforces: cargo fmt --all -- --check
  • CI also runs: cargo clippy --all-targets -- -D warnings
  • Convenience (if you have just installed): just fix
Commit count: 69

cargo fmt