Mix.Tasks.Phoenix.Gen.Channel

Generates a Channel

mix phoenix.gen.channel name

## Command line options

* `--skip-route` - don't add the route for the channel

## Examples

mix phoenix.gen.channel chat

Summary

run(opts)

Callback implementation of Mix.Task.run/1

Functions

run(opts)

Callback implementation of Mix.Task.run/1.