Phase Root by sovetnik finished at 2024-08-23 08:53:48
Project: Example

Root

Initial phase

Add next Phase | Back to project | MindMap

To clone this phase add umwelt to your project deps and run


New
root Example created

Root of Example

lib/example.ex
defmodule Example do
  @moduledoc "Root of Example"
  @moduledoc since: "1.0.0"
end
test/example_test.exs
defmodule Example do
  @moduledoc "Root of Example"
  @moduledoc since: "1.0.0"
end


Rendering...