mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
12 lines
598 B
Markdown
12 lines
598 B
Markdown
protobufjs-cli
|
|
==============
|
|
[![npm](https://img.shields.io/npm/v/protobufjscli.svg)](https://www.npmjs.com/package/protobufjs-cli)
|
|
|
|
Command line interface (CLI) for [protobuf.js](https://github.com/dcodeIO/protobuf.js). Translates between file formats and generates static code as well as TypeScript definitions.
|
|
|
|
* [CLI Documentation](https://github.com/dcodeIO/protobuf.js#command-line)
|
|
|
|
**Note** that moving the CLI to its own package is a work in progress. At the moment, it's still part of the main package.
|
|
|
|
**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)
|