phoenix_rest v0.6.0 Mix.Tasks.PhoenixRest.Gen.Resource
Generates a PlugRest resource in your Phoenix application.
mix phoenix_rest.gen.resource UserResource
The generated resource will contain:
- a resource file in web/resources
Summary
Functions
Raises on umbrella application
A task needs to implement run which receives
a list of command line args
Functions
A task needs to implement run which receives
a list of command line args.
Callback implementation for Mix.Task.run/1.