View Source Mix.Pow.Phoenix (Pow v1.0.37)

Utilities module for mix phoenix tasks.

Summary

Functions

Creates a HTML template file for the web module.

Creates templates for the web module.

Builds a map containing context and web module information.

Functions

Link to this function

create_template_module(module, name, web_mod, web_prefix)

View Source
@spec create_template_module(atom(), binary(), atom(), binary()) :: :ok

Creates a HTML template file for the web module.

Link to this function

create_templates(module, name, web_prefix, actions)

View Source
@spec create_templates(atom(), binary(), binary(), [binary()]) :: :ok

Creates templates for the web module.

@spec parse_structure(map()) :: map()

Builds a map containing context and web module information.