https://github.com/protogodev/protogo
Using Go as an Interface Definition Language (IDL).
https://github.com/protogodev/protogo
Last synced: 5 months ago
JSON representation
Using Go as an Interface Definition Language (IDL).
- Host: GitHub
- URL: https://github.com/protogodev/protogo
- Owner: protogodev
- License: mit
- Created: 2022-03-10T00:47:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T06:28:46.000Z (about 3 years ago)
- Last Synced: 2023-07-27T22:29:34.874Z (almost 3 years ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/protogodev/protogo
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protogo
Using Go as an Interface Definition Language (IDL).
## Installation
```bash
$ go install github.com/protogodev/protogo/cmd/protogo@latest
```
Usage
```bash
$ protogo -h
Usage: protogo
Flags:
-h, --help Show context-sensitive help.
Commands:
build
Build protogo CLI with plugins
Run "protogo --help" for more information on a command.
```
## Documentation
Check out the [Godoc][1].
## License
[MIT](LICENSE)
[1]: https://pkg.go.dev/github.com/protogodev/protogo