Igniter.Application (igniter v0.1.4)
Codemods and tools for working with Application modules.
Summary
Functions
Adds a new child to the children
list in the application file
Returns the name of the current application.
Functions
Link to this function
add_new_child(igniter, to_supervise)
Adds a new child to the children
list in the application file
Link to this function
app_name()
@spec app_name() :: atom()
Returns the name of the current application.
Link to this function
create_app(igniter, application)
Link to this function