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

https://github.com/luispadron/bazel_wire_compiler_exmaple

Example of using Wire protobuf compiler with Bazel
https://github.com/luispadron/bazel_wire_compiler_exmaple

Last synced: 4 months ago
JSON representation

Example of using Wire protobuf compiler with Bazel

Awesome Lists containing this project

README

          

# bazel_wire_compiler_example

An example of using Wire with Bazel for Swift proto compilation.

## Examples

- Running the compiler:

```sh
bazel run //:WireCompiler -- \
--swift_out=$(pwd) \
--proto_path=$(pwd)/Protos
```