RaxolPlugin (Raxol Plugin v2.6.0)

Copy Markdown View Source

Plugin SDK for Raxol terminal applications.

Provides the tools to build, test, and manage Raxol plugins:

Quick start

defmodule MyPlugin do
  use Raxol.Plugin

  @impl true
  def init(config), do: {:ok, %{config: config}}
end

See Raxol.Plugin for the full callback list and defaults.

Summary

Functions

Returns the package version.

Functions

version()

@spec version() :: String.t()

Returns the package version.