View Source Kinda.ExampleVerifier (kinda v0.11.0)

Verifies the bundled kinda_example application from the root repo.

Summary

Types

command_runner()

@type command_runner() :: module()

Functions

command_env(opts \\ [])

@spec command_env(keyword()) :: [{String.t(), String.t()}]

example_root(opts \\ [])

@spec example_root(keyword()) :: Path.t()

sync_deps(root, runner, env)

@spec sync_deps(Path.t(), command_runner(), keyword()) :: :ok | no_return()

verify(opts \\ [])

@spec verify(keyword()) :: :ok | no_return()