@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/api
Update protoc
- Find version number https://github.com/protocolbuffers/protobuf/releases/
- Edit
VERSION
in the filescripts/update-protoc.sh
- Run
./scripts/update-protoc.sh
ornpm run update-protoc
- 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