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.
- Host: GitHub
- URL: https://github.com/consento-org/protocol-buffers-dts
- Owner: consento-org
- License: mit
- Created: 2021-01-21T08:51:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T09:01:55.000Z (over 5 years ago)
- Last Synced: 2024-04-22T09:15:27.599Z (over 2 years ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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)