https://github.com/pplmx/pb
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pplmx/pb
- Owner: pplmx
- Created: 2024-02-25T11:17:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:51:13.000Z (over 1 year ago)
- Last Synced: 2024-12-15T05:54:24.471Z (over 1 year ago)
- Language: Python
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocol Buffer
## Instruction
```bash
# init
make init
# if you are a user, run this command to generate pb code
make gen
# if you are a developer, run this command to generate pb code
# Compare with the gen command, this command will run buf dep update, buf format, buf lint before generating pb code
make pb
```