Packages

Griffin framework project generator. Provides a `mix grf.new` task to bootstrap a new Elixir application with Griffin dependencies and boilerplate code.

Current section

Files

Jump to
grf_new priv templates lib app_name.ex
Raw

priv/templates/lib/app_name.ex

defmodule <%= @app_module %> do
end