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.| generate/2 | Rebar2 plugin. |
| init/1 | Rebar3 provider initialization. |
generate(ConfigIn, ReltoolFile) -> any()
Rebar2 plugin.
init(State) -> any()
Rebar3 provider initialization.
Generated by EDoc