A rebar3 template for riak_core applications.
Install rebar3 if you haven't already.
then install this template:
mkdir -p ~/.config/rebar3/templates
git clone https://github.com/marianoguerra/rebar3_template_riak_core.git ~/.config/rebar3/templates/rebar3_template_riak_core
mkdir ricor
cd ricor
rebar3 new rebar3_riak_core name=ricor
rebar3 release
rebar3 run
(ricor@127.0.0.1)1> ricor:ping().
{pong,981946412581700398168100746981252653831329677312}
Mariano Guerra
Apache 2.0