yoheimuta / protolint

A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
MIT License
556 stars 51 forks source link

[Distribution] Add support for Typescript / Javascript #339

Closed carstencodes closed 9 months ago

carstencodes commented 1 year ago

When building TypeScript / Node.JS protobuf serializers, gRPC services or grpc clients, the proto files are actually generated during the build using the Protobuf collection.

This project is already shipping a maven package. It should be possible to ship an npm package as well.

Steps to take:

I could help with the first three bullet points. I think the last point is up to the maintainer.