PhoenixExtraGenerators

Provides extra generator commands for Phoenix.

mix phx.gen.controller   # Generates a Phoenix controller
mix phx.gen.view         # Generates a Phoenix view

Installation

The package can be installed by adding phoenix_extra_generators to your list of dependencies in mix.exs. You’ll probably only want to include it in dev:

def deps do
  [
    {:phoenix_extra_generators, "~> 1.0.0", only: :dev}
  ]
end

That’s it! The additional mix commands are ready for use.

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ mix test

Contributing

Pull requests are welcome!

Credits

License

The MIT License (MIT). Please check the LICENSE for more information.