blueprint v0.3.0 Blueprint.Application

A struct containing contents from an application useful for inspecting.

Link to this section Summary

Functions

Load the contents of an application at the given path

Link to this section Types

Link to this type app()
app() :: {:application, name :: atom(), options :: keyword()}
Link to this type t()
t() :: %Blueprint.Application{app: app(), modules: [Blueprint.Application.Module.t()], path: String.t()}

Link to this section Functions

Link to this function new(path)
new(String.t()) :: t()

Load the contents of an application at the given path.

iex> { :application, app, _ } = Blueprint.Application.new(Mix.Project.app_path()).app
...> app
:blueprint