0.0.2 • Published 1 year ago

@mw-experts/typescript-proto-tools v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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/api

Update protoc

  1. Find version number https://github.com/protocolbuffers/protobuf/releases/
  2. Edit VERSION in the file scripts/update-protoc.sh
  3. Run ./scripts/update-protoc.sh or npm run update-protoc
  4. Dont forget to update ts-proto package

Publish new version

npm version patch
git push origin HEAD --follow-tags
npm login
npm publish --access public
0.0.2

1 year ago

0.0.1

1 year ago