Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.42 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.42 KB

ome-proto-ts

CI

A repo containing TypeScript code compiled from protobufs.

This build is powered by the ts-proto library.

Using this code with nice-grpc

This code is expected to work well with nice-grpc.

Tuning the TypeScript Transpiler

There are lots of build options worth considering:

  • context=true — allows for a Go-style ctx parameter for logging and tracing
  • forceLong=long — all 64-bit numbers will be parsed with the long library
  • and more

Semantic-Release

Git-tagging, version management, and artifact/package publishing is handled by semantic-release.

Inspired by this demo repo.

Secrets