hank_context (rebar3_hank v2.0.0)
View Sourcerebar3 contextual data turned into a type that we can also manually build, if needed
Summary
Functions
Return the root folder for an app.
Build a context from a rebar3 state.
Build a context from scratch.
OTP applications included in the project.
Types
-type apps_dirs() :: #{atom() => file:filename()}.
-opaque t()
Functions
-spec app_dir(atom(), t()) -> undefined | file:filename().
Return the root folder for an app.
-spec from_rebar_state(rebar_state:t()) -> t().
Build a context from a rebar3 state.
Build a context from scratch.
OTP applications included in the project.