Packages

Elixir fake data generation for testing and development

Current section

Files

Jump to
blacksmith lib blacksmith app.ex
Raw

lib/blacksmith/app.ex

defmodule Blacksmith.App do
use Application
def start(_type, _args), do: Blacksmith.Sequence.start_link
end