0.0.3 • Published 1 year ago

jwat-nestjs-common v0.0.3

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

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
0.0.3

1 year ago

0.0.2

1 year ago

1.1.28

1 year ago