PhoenixExtraGenerators
Provides extra generator commands for Phoenix.
mix phx.gen.controller # Generates a Phoenix controller
mix phx.gen.view # Generates a Phoenix viewInstallation
Add 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}
]
endUsage
Once the package is installed, the additional mix commands are ready for use.
For additional documentation on the commands, use mix help <command> or browse the docs on HexDocs.
Changelog
Please see CHANGELOG for more information what has changed recently.
Testing
$ mix testContributing
Pull requests are welcome!
Credits
License
The MIT License (MIT). Please check the LICENSE for more information.