Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```