Tooling for building and packaging OpenVCS plugins.
- Bundle a plugin into a single
.ovcsptar.xz:cargo run -p openvcs-sdk -- --plugin-dir /path/to/plugin
- Required:
cargo fmt --all - CI enforces:
cargo fmt --all -- --check - CI also runs:
cargo clippy --all-targets -- -D warnings - Convenience (if you have
justinstalled):just fix