bonny v0.4.1 Mix.Bonny

Mix task helpers

Link to this section Summary

Link to this section Functions

Link to this function

app_dir_name()
app_dir_name() :: binary()

Link to this function

app_name()
app_name() :: binary()

Get the OTP app name

Link to this function

no_umbrella!()
no_umbrella!() :: any()

Link to this function

parse_args(args, defaults, cli_opts \\ [])
parse_args([binary()], Keyword.t(), Keyword.t()) ::
  {Keyword.t(), [binary()], [{binary(), nil | binary()}]}

Parse CLI input

Link to this function

render(source, target)
render(binary(), binary()) :: binary()

Render text to a file.

Special handling for the path "-" will render to STDOUT

Link to this function

template(name)
template(binary()) :: binary()