Pow v1.0.16 mix pow.phoenix.install View Source
Prints instructions fo setting up Pow with Phoenix.
mix pow.phoenix.install -r MyApp.Repo
mix pow.phoenix.install -r MyApp.Repo --context-app :my_app
mix pow.phoenix.install -r MyApp.Repo --templates --extension PowResetPassword
Templates are only generated when --templates
argument is provided.
See Mix.Tasks.Pow.Phoenix.Gen.Templates
and
Mix.Tasks.Pow.Extension.Phoenix.Gen.Templates
for more.
Arguments
--context-app
- app to use for path and module names--templates
- generate templates and views--extension
- extensions to generate templates for