Skip to content

choral-io/gommerce-protobuf-proto

Repository files navigation

Gommerce Protobuf Proto

Proto files of project gommerce.

# lint
buf lint --path gommerce

# format
buf format --path gommerce --diff --write

# generate
buf dep update
buf generate --template buf.gen.es.yaml --path gommerce --path google
buf generate --template buf.gen.go.yaml --path gommerce