Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiled file path #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ajiyoshi-vg
Copy link

@ajiyoshi-vg ajiyoshi-vg commented Mar 14, 2018

  • I made a rebar3 plugin using grpc_lib.
  • It's almost the same as rebar3 gpb plugin but it uses grpc_lib to automatically generate code for grpc.
  • gpb has some options to change the file name/directory of the output source code.
    • For example, you can specify {module_name_suffix, "_pb"} or {module_name_prefix, "pb_"}, then get pb_something.erl or other_pb.erl
    • or just {o, "dir"} to specify output directory
  • These options of gpb will be respected by this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant