Current section
Files
Jump to
Current section
Files
priv/templates/dialup.gen.aggregate/context.ex.eex
defmodule <%= context_mod %> do
@moduledoc false
use Dialup.CommandedContext, app: <%= base_mod %>.CommandedApp
<%= for cmd <- commands do %> alias <%= context_mod %>.Commands.<%= Macro.camelize(cmd.name) %>
<% end %>
end