An open API service indexing awesome lists of open source software.

https://github.com/consento-org/protocol-buffers-dts

Create TypeScript definition files for javascript files generated with protocol-buffers.
https://github.com/consento-org/protocol-buffers-dts

Last synced: 7 months ago
JSON representation

Create TypeScript definition files for javascript files generated with protocol-buffers.

Awesome Lists containing this project

README

          

# `.d.ts` companion to `protocol-buffers`

`protocol-buffers-dts` allows you to create TypeScript definition files for javascript files generated
with [protocol-buffers][pbs].

[pbs]: https://github.com/mafintosh/protocol-buffers

## Usage

```bash
npx protocol-buffers-dts messages.proto -o messages.d.ts
```

## License

[MIT](./LICENSE)