Porterage v0.1.0 Porterage.Deliverer.FileWrite View Source

Deliverer to write files.

Configuration

{
  deliverer: Porterage.Deliverer.FileWrite,
  deliverer_opts: %{file: _}
}

See options/0 for a specification of available options.

Link to this section Summary

Link to this section Types

Link to this type

options()

View Source
options() :: %{file: Path.t()}