Skip to content

belltoy/rebar3_egrpc_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar3_egrpc_plugin

A rebar3 plugin for generating client side gRPC service codes, for use with egrpc.

Build

rebar3 compile

Use

Add the plugin to your rebar config:

{deps, [egrpc]}.

{plugins, [rebar3_gbp_plugin, rebar3_egrpc_plugin]}.

and then run generation:

# Generate pb modules
rebar3 protobuf comfile

# Generate gRPC service client codes
rebar3 egrpc gen

About

A rebar3 plugin for generating client side gRPC service codes, for use with egrpc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages