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.
Description
Languages
PowerShell
100%