Packages

Ultra-Minimal Sparkler API

Current section

Files

Jump to
sparkler rebar.config
Raw

rebar.config

%% vim: ts=4 sw=4 et ft=erlang
{cover_enabled, true}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/choptastic/sparkler">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}
]}.
{deps, [
ibrowse,
jsx
]}.