A repo containing TypeScript code compiled from protobufs.
This build is powered by the ts-proto library.
This code is expected to work well with nice-grpc.
There are lots of build options worth considering:
- context=true— allows for a Go-style- ctxparameter for logging and tracing
- forceLong=long— all 64-bit numbers will be parsed with the long library
- and more
Git-tagging, version management, and artifact/package publishing is handled by semantic-release.
Inspired by this demo repo.
- NPM_TOKENwas an automation token created in NPM
- GITHUB_TOKENis used, but not something we generated since it's automatically provided.