ts-proto

v1.114.0
[![npm](https://img.shields.io/npm/v/ts-proto)](https://www.npmjs.com/package/ts-proto) [![build](https://github.com/stephenh/ts-proto/workflows/Build/badge.svg)](https://github.com/stephenh/ts-proto/actions)

test

yarn jest -c jest.config.js --maxWorkers=2

build

yarn tsc

watch

ts-node integration/watch.ts

bin2ts

docker-compose run --rm protoc codegen.sh

prepare

yarn build

prettier

prettier --write {src,tests}/**/*.ts integration/*.ts

proto2bin

docker-compose run --rm protoc update-bins.sh

build:test

yarn proto2bin && yarn proto2pbjs && yarn bin2ts

proto2pbjs

docker-compose run --rm protoc pbjs.sh

bin2ts:local

integration/codegen.sh

setup:docker

docker-compose build

prettier:check

prettier --list-different {src,tests}/**/*.ts

proto2bin-node

docker-compose run --rm node update-bins.sh

proto2bin:local

integration/update-bins.sh

build:test:local

yarn proto2bin:local && yarn proto2pbjs:local && yarn bin2ts:local

proto2pbjs:local

integration/pbjs.sh

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 5/27/2022

Downloads

Maintainers