https://github.com/open-vcs/openvcs-sdk
Plugin development toolkit for OpenVCS. Provides build, validation, and packaging support for plugins. Experimental and may change.
https://github.com/open-vcs/openvcs-sdk
rust sdk
Last synced: 3 months ago
JSON representation
Plugin development toolkit for OpenVCS. Provides build, validation, and packaging support for plugins. Experimental and may change.
- Host: GitHub
- URL: https://github.com/open-vcs/openvcs-sdk
- Owner: Open-VCS
- License: gpl-3.0
- Created: 2025-12-27T20:15:03.000Z (5 months ago)
- Default Branch: Dev
- Last Pushed: 2026-01-08T03:19:47.000Z (4 months ago)
- Last Synced: 2026-01-13T21:39:18.870Z (4 months ago)
- Topics: rust, sdk
- Language: Rust
- Homepage: https://bbgames.dev
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
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`