View Source mix ash_phoenix.gen.live (ash_phoenix v2.1.11)

Generates liveviews for a given domain and resource.

Generates liveviews for a given domain and resource.

The domain and resource must already exist, this task does not define them.

Example

mix ash_phoenix.gen.live --domain ExistingDomainName --resource ExistingResourceName --resource-plural ExistingResourceNames

Options

  • --domain - Existing domain
  • --resource - Existing resource
  • --resourceplural - Plural resource name

Summary

Functions

igniter(igniter, argv)

Callback implementation for Igniter.Mix.Task.igniter/2.