Packages

Project repository template to set up all public Phoenix projects at Nimble

Current section

Files

Jump to
nimble_phx_gen_template lib nimble.phx.gen.template variants api template.ex
Raw

lib/nimble.phx.gen.template/variants/api/template.ex

defmodule Nimble.Phx.Gen.Template.Api.Template do
alias Nimble.Phx.Gen.Template.Project
def apply(%Project{} = project) do
project
end
end