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

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

create_template_module(module, name, web_mod, web_prefix)

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

Creates a HTML template file for the web module.

create_templates(module, name, web_prefix, actions)

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

Creates templates for the web module.

parse_structure(config)

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

Builds a map containing context and web module information.