Packages

A magic Staff for generating Admin interfaces

Current section

Files

Jump to
staff lib staff.ex
Raw

lib/staff.ex

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