transmute v0.1.0 Transmute.Plugin.File
Link to this section Summary
Functions
Callback implementation for Transmute.Plugin.Behaviour.context/2
.
Callback implementation for Transmute.Plugin.Behaviour.key/0
.
Lists the nodes in directory.
Callback implementation for Transmute.Plugin.Behaviour.root_context/1
.
Callback implementation for Transmute.Plugin.Behaviour.transform/2
.
Link to this section Functions
Link to this function
context(node, ctx)
Callback implementation for Transmute.Plugin.Behaviour.context/2
.
Link to this macro
dir() (macro)
Link to this macro
dir(props) (macro)
Link to this macro
dir(props, list) (macro)
Link to this macro
file() (macro)
Link to this macro
file(props) (macro)
Link to this macro
file(props, list) (macro)
Link to this function
key()
Callback implementation for Transmute.Plugin.Behaviour.key/0
.
Link to this function
list(root)
Lists the nodes in directory.
iex> list("config")
[{:file, %{path: "config/config.exs", ext: ".exs"}, nil}]
Link to this function
root_context(_)
Callback implementation for Transmute.Plugin.Behaviour.root_context/1
.
Link to this function
to_node(path)
Link to this function
transform(node, arg2)
Callback implementation for Transmute.Plugin.Behaviour.transform/2
.