@mw-experts/typescript-proto-tools
v0.0.2
Published
Format, lint and build proto files to work with typescript
Downloads
2
Maintainers
Readme
typescript-proto-tools
Usage
npm i -D @mw-experts/typescript-proto-tools
build-protoc-nestjs osx proto/services/posts_data/v1/posts_data.proto ./dist/apiUpdate protoc
- Find version number https://github.com/protocolbuffers/protobuf/releases/
- Edit
VERSIONin the filescripts/update-protoc.sh - Run
./scripts/update-protoc.shornpm run update-protoc - Dont forget to update
ts-protopackage
Publish new version
npm version patch
git push origin HEAD --follow-tags
npm login
npm publish --access public