https://github.com/ngdangkietswe/swe-protobuf-shared
Protobuf | Make | Go | Java | Github Actions
https://github.com/ngdangkietswe/swe-protobuf-shared
github-actions go java make protobuf
Last synced: over 1 year ago
JSON representation
Protobuf | Make | Go | Java | Github Actions
- Host: GitHub
- URL: https://github.com/ngdangkietswe/swe-protobuf-shared
- Owner: ngdangkietswe
- Created: 2024-11-21T03:01:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T11:34:55.000Z (over 1 year ago)
- Last Synced: 2025-03-27T20:51:16.492Z (over 1 year ago)
- Topics: github-actions, go, java, make, protobuf
- Language: Java
- Homepage:
- Size: 2.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SWE-PROTOBUF-SHARED
This repository contains the shared protobuf files for the SWE project.
## Tech stack
- [x] [Protocol Buffers](https://developers.google.com/protocol-buffers)
- [x] [Make](https://www.gnu.org/software/make/)
- [x] [Java](https://www.java.com/en/)
- [x] [Go](https://golang.org/)
- [x] [Github Actions](https://docs.github.com/en/actions)
## Generate code
- Gen java
```bash
make gen-java
```
- Gen go
```bash
make gen-go
```
- Lint
```bash
make lint
```