Packages
Project repository template to set up all public Phoenix projects at Nimble
Current section
Files
Jump to
Current section
Files
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