Raxol Core

Core behaviours, utilities, events, config, accessibility, and plugin infrastructure for Raxol. One runtime dependency (telemetry).

Install

{:raxol_core, "~> 2.3"}

What's Included

Usage

GenServers defined here are started by the parent application's supervision tree. This package does not auto-start any processes.

# In your Application supervisor
children = [
  Raxol.Core.Events.EventManager,
  {Raxol.Core.UserPreferences, [name: Raxol.Core.UserPreferences]},
  Raxol.Core.Runtime.Plugins.PluginSupervisor
]

See main docs for the full Raxol framework.