Mandate (Mandate v0.2.1)

View Source

Documentation for Mandate.

Options

  • :as - Valid values are :mix_task

  • :extensions (list of module that adopts Spark.Dsl.Extension) - A list of DSL extensions to add to the Spark.Dsl

  • :otp_app (atom/0) - The otp_app to use for any application configurable options

  • :fragments (list of module/0) - Fragments to include in the Spark.Dsl. See the fragments guide for more.

Summary

Functions

Hello world.

Functions

hello()

Hello world.

Examples

iex> Mandate.hello()
:world