Skip to content

Instantly share code, notes, and snippets.

@featherart
Last active August 31, 2020 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save featherart/e092df4a973108fa5598f9743b4198d4 to your computer and use it in GitHub Desktop.
Save featherart/e092df4a973108fa5598f9743b4198d4 to your computer and use it in GitHub Desktop.
generate a new todo context
# generate a new context Todos with a database table Items. This table will have fields
# description:string
# priority:string
# is_done:boolean
mix phx.gen.live Todos Item items description:string priority:string is_done:boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment