Packages

Generates a modular GraphQL API project using Absinthe and Phoenix.

Current section

Files

Jump to
gen_template_grapix lib gen_template_grapix.ex
Raw

lib/gen_template_grapix.ex

defmodule GenTemplateGrapix do
@moduledoc File.read!(Path.join([__DIR__, "../README.md"]))
use MixTemplates,
name: :gen_template_grapix,
short_desc: "Template for modular GrpahQL API projects",
source_dir: "../template"
end