Packages

Work In progress - library to handle Cloudinary in Elixir.

Current section

Files

Jump to
imaginary lib imaginary.ex
Raw

lib/imaginary.ex

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