文件名称:protobuf-jsonschema:将Protobuf IDL编译为JSON模式
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-14 01:29:59
JavaScript
protobuf-jsonschema 将编译为定义。 用法 您可以将protobuf-jsonschema用作命令行工具,或用作node中的函数。 CLI可以输出JSON或YAML(例如,用于Swagger)。 如果您指定一个protobuf消息名称以及一个文件,它将仅输出该消息和所有依赖项。 否则,它将输出所有消息。 $ npm install protobuf-jsonschema -g $ protobuf-jsonschema --help Usage: protobuf-jsonschema [options] < file> [model] Options: -h, --help output usage information -V, --version output the version numb
【文件预览】:
protobuf-jsonschema-master
----.gitignore(34B)
----package.json(817B)
----types.js(979B)
----cli.js(633B)
----index.js(5KB)
----README.md(1KB)
----test()
--------test.proto(574B)
--------test.json(2KB)
--------test.js(580B)
--------test2.proto(62B)