View Source mix merquery.generate (merquery v0.1.0)
Introspects on your project looking at all routes and creates a new Livebook with Merquery Smart Cells pre-populated to interactively test your routes.
Currently only supports Phoenix Routers.
Options
:router
- The module of your router. Defaults to the default Phoenix Router.:out
- Path to save the generated file. Defaults tomerquery.livemd
:base_url
- Base URL to append to all generated routes. Defaults tohttps://0.0.0.0