Generate d.ts files for JSON objects from protobuf specs
Project description
# json-ts-protobuf: Generate Typescript declaration files for JSON objects from protobuf specs
## Requirements protoc 3.0.0 or greater python 3.5 Other configurations may work.
## Python Implementation There is currently only a python implementation of the plugin
The plugin can be installed with
pip install json-ts-protobuf
On posix, ensure that the protoc-gen-json-ts script installed onto your $PATH. Then run.
protoc –json-ts_out=output/location
Alternately, you can explicitly provide the path:
protoc –plugin=protoc-gen-json-ts=path/to/protoc-gen-json-ts –json-ts_out=output/location
To suppress output, you can run
protoc –json-ts_out=quiet:output/location
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for typescript-protobuf-0.6.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2590c04209cd0b895f6d252af134399044c3f63d10bb85d40928ebba48b9da5c |
|
MD5 | f253131ed2d2d47b222e2e2d5d7fcfeb |
|
BLAKE2b-256 | 0562498ca8616a71760dbb7f055e145df89b8b62ebcfe3d9e76c41504720d4a1 |