Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 587 Bytes

File metadata and controls

28 lines (18 loc) · 587 Bytes

riak_pb_msgcodegen

Riak PB MsgCodeGen OpenRiak Status

A rebar plugin

Build

$ rebar3 compile

Use

Add the plugin to your rebar config:

{plugins, [
    { riak_pb_msgcodegen, ".*", {git, "git@host:user/riak_pb_msgcodegen.git", {tag, "0.1.0"}}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 riak_pb_msgcodegen
===> Fetching riak_pb_msgcodegen
===> Compiling riak_pb_msgcodegen
<Plugin Output>