blueprint v0.3.0 Blueprint.Application
A struct containing contents from an application useful for inspecting.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Blueprint.Application{app: app(), modules: [Blueprint.Application.Module.t()], path: String.t()}
Link to this section Functions
Load the contents of an application at the given path.
iex> { :application, app, _ } = Blueprint.Application.new(Mix.Project.app_path()).app
...> app
:blueprint