Svelixir.Config.Otp (svelixir v0.2.0)

Copy Markdown

OTP-project-specific generation flags.

Summary

Functions

Builds and validates an Otp struct from a raw string-keyed map.

Types

t()

@type t() :: %Svelixir.Config.Otp{repo: boolean()}

Functions

from_map(data)

@spec from_map(map()) :: {:ok, t()} | {:error, String.t()}

Builds and validates an Otp struct from a raw string-keyed map.