mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
8 lines
290 B
Makefile
8 lines
290 B
Makefile
init:
|
|
go install github.com/bufbuild/buf/cmd/buf@latest
|
|
go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
|
|
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
|
go install github.com/bufbuild/connect-go/cmd/protoc-gen-connect-go@latest
|
|
|
|
generate:
|
|
buf generate proto
|