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

https://github.com/pcj/stackb-ts-proto-example

Example usage of stackb/rules_proto with minimal stephanh/ts-proto compilation
https://github.com/pcj/stackb-ts-proto-example

Last synced: 6 months ago
JSON representation

Example usage of stackb/rules_proto with minimal stephanh/ts-proto compilation

Awesome Lists containing this project

README

          

# stackb-ts-proto-example

Minimal example of using the [stackb/rules_proto
v2_prerelease](https://github.com/stackb/rules_proto/tree/v2_prerelease) with
the [stephenh/ts-proto](https://github.com/stephenh/ts-proto) plugin.

# Usage

```bash
$ bazel build //proto:thing_ts_proto_compile
```

To regenerate or update the BUILD file:

```bash
$ rm proto/BUILD.bazel # not needed to update it, but to demonstrate that it can be created from scratch
$ bazel run //:gazelle
```