Elmer v0.0.10 API Reference

Modules

Elmer is a tool for generating common elm-lang structures. This module is for abstracting out common functions that many of the modules use

Contains eex template strings for each of the elm types. Placed templates in heredocs instead of files to avoid cross project/OS file system issues

Renders an elm-html application using Html.App.Program, documentation here: http://package.elm-lang.org/packages/elm-lang/html/1.0.0/Html-App#program

Renders an elm-html application with navigation. Use this if you want to build a single page application. Documentation here: http://package.elm-lang.org/packages/elm-lang/navigation/1.0.0/Navigation#program

Mix task to generate Cmds.elm files

This is a mix task for creating a Model template

This is a mix task for creating a Msg template

Generates a Port.elm file

This is a mix task for creating an Update template

This is a mix task for creating a View template

This is a mix task for creating new elm applications