Nerves.Runtime

Runtime supervisors and services for Nerves systems.

Installation

The package can be installed by adding nerves_runtime to your list of dependencies in mix.exs:

def deps do
  [{:nerves_runtime, "~> 0.1.0"}]
end

Docs can be found at https://hexdocs.pm/nerves_runtime.