Module hank_context

rebar3 contextual data turned into a type that we can also manually build, if needed.

Description

rebar3 contextual data turned into a type that we can also manually build, if needed

Data Types

t()

abstract datatype: t()

Function Index

app_dir/2Return the root folder for an app.
from_rebar_state/1Build a context from a rebar3 state.
new/1Build a context from scratch.

Function Details

app_dir/2

app_dir(App::atom(), X2::t()) -> undefined | file:filename()

Return the root folder for an app

from_rebar_state/1

from_rebar_state(State::rebar_state:t()) -> t()

Build a context from a rebar3 state

new/1

new(AppDirs::#{atom() => file:filename()}) -> t()

Build a context from scratch


Generated by EDoc