Introducing phxsockets.io A short overview of Elixir executables with escripts

A package with some extra phoenix generators

I often want to quickly create a controller or view, not necessarily tied to an entire context/model.

Right now I copy an existing controller/view, and strip it down to a new one. These generators look pretty small, but imo it would be a great workflow improvement to be able to generate these from the command line.

There wasn’t any interest in maintaining this in Phoenix itself, so I made a little package with controller and view generators. Might expand later!

https://github.com/sebastiandedeyne/phoenix_extra_generators