Phoenix generator templates customized to enforce Credo rules.
Add the repo as a git submodule to your Phoenix app.
git submodule add https://github.com/optimumBA/optimum_templates priv/templatesThen run a generator, e.g.
mix phx.gen.context Accounts User users name:string age:integer