View Source Igniter.Libs.Phoenix (igniter v0.3.33)
Codemods & utilities for working with Phoenix
Summary
Functions
Returns the web module name for the current app
web_module_name()
deprecated
Returns the web module name for the current app
web_module_name(suffix)
deprecated
Generates a module name that lives in the Web directory of the current app.
Functions
Link to this function
select_router(igniter, label \\ "Which router should be modified?")
View SourceReturns the web module name for the current app
This function is deprecated. Use `web_module/0` instead..
@spec web_module_name() :: module()
Returns the web module name for the current app
This function is deprecated. Use `web_module_name/1` instead..
Generates a module name that lives in the Web directory of the current app.