phoenix_swagger v0.7.0 Mix.Tasks.Phx.Swagger.Generate
Generates swagger.json file based on phoenix router and controllers.
Usage:
mix phx.swagger.generate
mix phx.swagger.generate ../swagger.json
mix phx.swagger.generate ../swagger.json --router MyApp.Router
Summary
Functions
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
.