/rebar3_eetcd_plugin

Primary LanguageErlangApache License 2.0Apache-2.0

rebar3 etcd v3 proto service generate plugin

A rebar3 plugin for generating a behaviour etcd v3 service, for use with eetcd.

Build

rebar3 compile

Use

Add the plugin to your rebar config:

{deps, [eetcd]}.

{plugins, [rebar3_gbp_plugin, rebar3_eetcd_plugin]}.

and then run generation:

rebar3 etcd gen