Packages

A Mix task for easily installing and setting up Petal Components in your Phoenix project.

Current section

Files

Jump to
petal_cli lib petal_cli.ex
Raw

lib/petal_cli.ex

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