Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

File metadata and controls

17 lines (11 loc) · 346 Bytes

Optimum Templates

Phoenix generator templates customized to enforce Credo rules.

Usage

Add the repo as a git submodule to your Phoenix app.

git submodule add https://github.com/optimumBA/optimum_templates priv/templates

Then run a generator, e.g.

mix phx.gen.context Accounts User users name:string age:integer