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

https://github.com/stackotter/swift-protobuf-gen

Generate protobuf message definitions from Swift structs
https://github.com/stackotter/swift-protobuf-gen

Last synced: 3 months ago
JSON representation

Generate protobuf message definitions from Swift structs

Awesome Lists containing this project

README

        

# Swift Protobuf Generator

Generates protobuf definitions from Swift structs. More documentation will come once a proper command line interface is added, right now I'm just developing the initial idea.

## Installing

Protoc and its Swift code generator plugin must both be installed. The following command takes care of both of those things;

```sh
brew install swift-protobuf
```