protobuf.js version: 6.6.2
This is more of a documentation issue.. The documentation in README.md doesn't really give me a working understanding of what my workflows need to be with this library.
If I'm authoring code in TypeScript and wish to make use of this library, what do I have to set up and what commands or proto files do I have to leverage to get everything to a point where I can go back to using domain classes?
Again, it's a documentation thing, but if I'm not entirely clear on what I have to do, what generated code I need, where to put it or how to leverage it, perhaps I'm not alone? :)
protobuf.js version: 6.6.2
This is more of a documentation issue.. The documentation in
README.mddoesn't really give me a working understanding of what my workflows need to be with this library.If I'm authoring code in TypeScript and wish to make use of this library, what do I have to set up and what commands or
protofiles do I have to leverage to get everything to a point where I can go back to using domain classes?Again, it's a documentation thing, but if I'm not entirely clear on what I have to do, what generated code I need, where to put it or how to leverage it, perhaps I'm not alone? :)