Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Directory Configuration

lib_dirs

Purpose: Directories to search for applications

Type: [Dir :: string()]

Default: []

Example:

{lib_dirs, ["apps", "components"]}.

base_dir

Purpose: Build output directory

Type: string()

Default: "_build"

Environment: REBAR_BASE_DIR

Example:

{base_dir, "build"}.

deps_dir

Purpose: Where to place dependencies

Type: string()

Default: "lib" (within profile directory)

Example:

{deps_dir, "external"}.
% Results in: _build/default/external/