alive
Umwelt
Root of Umwelt

calls

concepts

Files (concept)

Finds elixir files recursive from dir

Parser (concept)

Extracts metadata from AST


lib/umwelt.ex
defmodule Umwelt do @moduledoc "Root of Umwelt" end

defmodule Umwelt do
  @moduledoc "Root of Umwelt"
end


test/umwelt_test.exs
defmodule Umwelt do @moduledoc "Root of Umwelt" end

defmodule Umwelt do
  @moduledoc "Root of Umwelt"
end