PhoenixUp v0.2.1 mix phx_up.gen.controller

Generate a controller file and a controller test file.

mix phx_up.gen.controller Post create update index find

or

mix phx_up.gen.c Post create update index find

The first argument is the controller module followed by the actions.

Actions can be empty.