View Source mix mvk.routes (Maverick v0.3.0)

Prints all routes for the default or a given Maverick Api

#> mix mvk.routes #> mix mvk.routes MyApp.Alternative.Api

The default router is drawn from the root name of the application (the :app key in your Mixfile) converted to Elixir "Module-case" and concatenated with .Api similar to the Ecto Repo convention of MyApp.Repo being used to name the module implementing Ecto.Repo.