Packages

Ship apps, using AirTable as a backend!

Current section

Files

Jump to
airship lib airship.ex
Raw

lib/airship.ex

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