michaelklishin / rebar3_eetcd_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]}.

About

License:Apache License 2.0


Languages

Language:Erlang 100.0%