phoenix_rest v0.5.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
The resources target directory can be changed with the option:
mix phoenix_rest.gen.resource UserResource --dir "lib/my_app/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.