Skip to content

tsloughter/riak_pb_msgcodegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

riak_pb_msgcodegen

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages