2.0.23 • Published 3 years ago

@pqstudio/protobuf_ts_plugin v2.0.23

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@pqstudio/protobuf_ts_plugin

The protocol buffer compiler plugin for TypeScript: protobuf-ts

Installation:

# with npm:
npm install -D @pqstudio/protobuf_ts_plugin

# with yarn:
yarn add --dev @pqstudio/protobuf_ts_plugin

This will install the plugin as a development dependency.

Basic usage:

npx protoc --ts_out . --proto_path protos protos/my.proto 

With some options:

npx protoc \ 
  --ts_out . \
  --ts_opt long_type_string \
  --ts_opt optimize_code_size \
  --proto_path protos \
  protos/my.proto 

protoc is the protocol buffer compiler. protobuf-ts installs it automatically.

Plugin parameters are documented in the MANUAL.
For a quick overview of protobuf-ts, check the repository README.

2.0.22

3 years ago

2.0.23

3 years ago

2.0.21

3 years ago

2.0.19

3 years ago

2.0.20

3 years ago

2.0.18

3 years ago

2.0.17

3 years ago

2.0.16

3 years ago

2.0.15

3 years ago

2.0.13

3 years ago

2.0.14

3 years ago

2.0.12

3 years ago

2.0.11

3 years ago

2.0.9

3 years ago

2.0.10

3 years ago

2.0.7

3 years ago

2.0.8

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0-alpha.11

3 years ago