routjes v1.1.0 Routjes

This module will take care of extracting the current routes from your phoenix endpoint and write them out in either a javascript(.js) or typescript(.ts) file. Depending on the extension given in the output_file configuration.

Link to this section Summary

Link to this section Functions

Link to this function add_key(map, helper, action, path)
add_key(map(), binary(), binary(), binary()) :: map()
Link to this function generate(scope \\ nil)
generate(scope :: binary() | nil) :: {:ok, binary()} | no_return()
Link to this function parse(arg1, map)
parse(map(), map()) :: map()