Crosswake.Install.Manifest (crosswake v0.1.0)

View Source

Persists machine-readable scaffold state for later diagnostics and upgrade tooling.

Summary

Types

action()

@type action() :: :created | :reused | :updated

Functions

json(value)

@spec json(term()) :: String.t()

render(attrs)

@spec render(map()) :: String.t()

write(path, attrs)

@spec write(String.t(), map()) :: {:ok, action()}