Skip to content

oxisto/owl2proto

Repository files navigation

owl2proto

Build

go build ./cmd/owl2proto/owl2proto.go

Run

./owl2proto generate-proto --root-resource-name=ex:Resource example/cloud.owx --header-file=example/example_header.proto --output-path=example/example.proto

Generate Go Structs

Finally, go structs for the example can be created using buf generate && buf format -w.