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
- Host: GitHub
- URL: https://github.com/luispadron/bazel_wire_compiler_exmaple
- Owner: luispadron
- Created: 2024-02-20T17:09:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T17:09:07.000Z (over 2 years ago)
- Last Synced: 2025-12-07T07:57:13.141Z (6 months ago)
- Language: Starlark
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```