Packages

Provides `mix needle.new.*` tasks to bootstrap new Phoenix projects.

Current section

Files

Jump to
needle_new templates needle_ctx lib ctx_lib.ex
Raw

templates/needle_ctx/lib/ctx_lib.ex

defmodule <%= inspect @ctx_module %> do
@moduledoc """
`<%= inspect @ctx_module %>` keeps the contexts that define the domain
and business logic.
Contexts are also responsible for managing data, regardless
if it comes from the database, an external API or others.
"""
end