0.0.2 • Published 2 years ago
@mw-experts/typescript-proto-tools v0.0.2
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