Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 568 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 568 Bytes

protogo

Using Go as an Interface Definition Language (IDL).

Installation

$ go install github.com/protogodev/protogo/cmd/protogo@latest
Usage
$ protogo -h
Usage: protogo <command>

Flags:
  -h, --help    Show context-sensitive help.

Commands:
  build
    Build protogo CLI with plugins

Run "protogo <command> --help" for more information on a command.

Documentation

Check out the Godoc.

License

MIT