Module cuttlefish_rebar_plugin

Rebar cuttlefish plugin to generate an application's default .conf file as part of the build.

Description

Rebar cuttlefish plugin to generate an application's default .conf file as part of the build.

For now, this is specific to Rebar2, but it's been refactored to allow it to be extended to work with Rebar3 as well. When we decide how we want to use it, we should do that.

Function Index

generate/2Rebar2 plugin.
init/1Rebar3 provider initialization.

Function Details

generate/2

generate(ConfigIn, ReltoolFile) -> any()

Rebar2 plugin.

init/1

init(State) -> any()

Rebar3 provider initialization.


Generated by EDoc