jwat-nestjs-common
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Installation

$ npm install

Generate code from .protofile

disable any flag if needed

change {{name}} with your proto file's name

change directory into protos folder and run this command to generate ts file

$ cd common/protos
## Window
$ protoc --plugin=protoc-gen-ts_proto=..\..\node_modules\.bin\protoc-gen-ts_proto.cmd --ts_proto_out=../entities --ts_proto_opt=nestJs=true --ts_proto_opt=useDate=true {{name}}.proto
## Mac
$ protoc --plugin=../../node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=../entities --ts_proto_opt=nestJs=true --ts_proto_opt=useDate=true {{name}}.proto

after that, remove that line: export const protobufPackage = "....";

and export your entity in index.ts (in root folder)

Before publish new version

$ tsc -b

update version in package.json

push this change to remote

Publish new version

$ npm publish

Package Sidebar

Install

npm i jwat-nestjs-common

Weekly Downloads

6

Version

0.0.3

License

ISC

Unpacked Size

15.9 kB

Total Files

18

Last publish

Collaborators

  • trankhaihoang