1.0.8 • Published 2 years ago

protoc-build v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

protoc-build

proto文件编译成js

Installation

Node.js

npm install protoc-build

Usage

1、exec protoc command generate

    import protocBuild from 'protoc-build';

    protocBuild(`protoc -I=${dir} ${fileName} --js_out=import_style=commonjs:${dir} --grpc-web_out=import_style=commonjs+dts,mode=grpcwebtext:${dir}`)

2、exec generate

    import { genProto } from 'protoc-build';

    genProto(`${dir}/**`)
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago