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

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).

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