Proto Files

Shared protobuf definitions. Uses hard links - editing either location updates both automatically.

Sync

# From .proto to target
.\sync-proto.ps1 -Target "path\to\target"

# From target to .proto
.\sync-proto.ps1 -Target "path\to\target" -Reverse

Example:

.\sync-proto.ps1 -Target "..\server\server\src\Laserweld.Core\Protos\Protocol"

Note

Hard links share the same disk data. No manual sync needed after initial link creation.

S
Description
No description provided
Readme 58 KiB
Languages
PowerShell 100%