View Source GRPC.Protoc.CLI (grpc v0.8.1)

protoc plugin for generating Elixir code.

protoc-gen-elixir (this name is important) must be in $PATH. You are not supposed to call it directly, but only through protoc.

Examples

$ protoc --elixir_out=./lib your.proto
$ protoc --elixir_out=plugins=grpc:./lib/ *.proto
$ protoc -I protos --elixir_out=./lib protos/namespace/*.proto

Options:

  • --version Print version of protobuf-elixir
  • --help (-h) Print this help

Summary

Functions