Packages
Generate a simple free-standing application with an ecto layer, intended to be used as a database resource in an application written using decoupled resources.
Current section
Files
Jump to
Current section
Files
lib/ecto_server.ex
defmodule Mix.Gen.Template.EctoServer do
@moduledoc File.read!(Path.join([__DIR__, "../README.md"]))
use MixTemplates,
name: :ecto_server,
short_desc: "Create apps using ecto",
source_dir: "../template",
options: [
]
end