Packages

A wrapper library for the docker api

Current section

Files

Jump to
pier lib pier.ex
Raw

lib/pier.ex

defmodule Pier do
@moduledoc """
Documentation for `Pier`.
"""
@doc """
Hello world.
## Examples
iex> Pier.hello()
:world
"""
def hello do
:world
end
end