https://github.com/marcoshuck/buf-demo
https://github.com/marcoshuck/buf-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcoshuck/buf-demo
- Owner: marcoshuck
- Created: 2023-06-08T12:40:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T16:43:22.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T06:43:49.653Z (3 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buf.build demo using a basic gRPC service definition
```shell
buf mod init
``````shell
buf mod update
``````shell
buf generate
```