mix hexagen.gen.html (hexagen v0.1.5)

Copy Markdown View Source

Generates a hexagonal core and a Phoenix HTML layer.

mix hexagen.gen.html Accounts User users name:string age:integer

This task:

  1. Runs mix hexagen.gen.context to create the hexagonal structure.
  2. Runs mix phx.gen.html --no-context to create the web layer.

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

Callback implementation for Mix.Task.run/1.