Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meetleev/gen-protobuf
This can be used to generate static code for google protobuf.
https://github.com/meetleev/gen-protobuf
google-protobuf
Last synced: 1 day ago
JSON representation
This can be used to generate static code for google protobuf.
- Host: GitHub
- URL: https://github.com/meetleev/gen-protobuf
- Owner: meetleev
- License: apache-2.0
- Created: 2022-08-23T11:47:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T07:52:55.000Z (11 months ago)
- Last Synced: 2023-11-30T08:39:06.457Z (11 months ago)
- Topics: google-protobuf
- Language: Python
- Homepage:
- Size: 4.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gen-protobuf
This can be used to generate static code for google protobuf.
```
usage: python gen-protoc.py [options]-s, --src proto source dir.
-d, --dest destination dir.
-l, --lanuage complie target lanuage, support js, ts, go, dart, cpp, objc, csharp, java, kotlin, python, ruby, php
-bundle bundle name, only support ts or js, deafult: protos
```