Packages

Cliflow is a command line interface for your team's workflow.

Current section

Files

Jump to
cliflow lib cliflow.ex
Raw

lib/cliflow.ex

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