Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
Generate protobuf message definitions from Swift structs
- Host: GitHub
- URL: https://github.com/stackotter/swift-protobuf-gen
- Owner: stackotter
- Created: 2021-10-10T04:42:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T04:02:56.000Z (about 3 years ago)
- Last Synced: 2024-10-25T09:48:00.648Z (3 months ago)
- Language: Swift
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```