Elmer v0.0.11
Mix.Tasks.Elmer.Gen.ListView
This is a mix task for creating a ListView template.
Summary
Creates a new elm View which renders a list of records in your elm path
Functions
Creates a new elm View which renders a list of records in your elm path.
Run with mix elmer.gen.list_view <module name> <model_name> <plural model> <args>
Example: mix elmer.gen.list_view Players Player players name:string level:integer