riverrun / openmaize

No longer maintained - was an Authentication library for Plug-based applications in Elixir
Other
206 stars 30 forks source link

Mix generators for common features #22

Closed Immortalin closed 8 years ago

Immortalin commented 8 years ago

It would be great if generators could be added for common features e.g. generate schemas, controllers etc and basic user CRUD. These are stuff that's pretty much needed in any web application and it is much easier to have them generated instead of copying and pasting them from the demo phoenix app.

riverrun commented 8 years ago

I agree that this will be a nice feature to have. I'll look into it further.

Immortalin commented 8 years ago

@riverrun thank you!

riverrun commented 8 years ago

Added basic mix generators to add functions for authorization. More work will be done on this in the future.