View Source Igniter.Project.Application (igniter v0.3.22)

Codemods and tools for working with Application modules.

Summary

Functions

Link to this function

add_new_child(igniter, to_supervise)

View Source
@spec add_new_child(Igniter.t(), module() | {module(), term()}) :: Igniter.t()

Adds a new child to the children list in the application file

@spec app_name() :: atom()

Returns the name of the current application.

Link to this function

create_app(igniter, application)

View Source
Link to this function

create_application_file(igniter, application)

View Source
Link to this function

do_add_child(igniter, application, to_supervise)

View Source