Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created March 16, 2022 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/d975bcc91adc55435e9395c6faaf4737 to your computer and use it in GitHub Desktop.
Save Hkazanci93/d975bcc91adc55435e9395c6faaf4737 to your computer and use it in GitHub Desktop.
mkdir java-out csharp-out
protoc --proto_path=. \       --java_out=./java-out \   --csharp_out=./csharp-out \       *.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment