Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 27 days 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
```