Packages
Brandon Pollack's basic elixir template for new projects.
Current section
Files
Jump to
Current section
Files
lib/bpollack_elixir_template.ex
defmodule BpollackElixirTemplate do
@moduledoc File.read!(Path.join([__DIR__, "../README.md"]))
use MixTemplates,
name: :bpollack_elixir_template,
short_desc: "Template by Brandon Pollack for a good base Elixir project",
source_dir: "../template"
end