# Raxol Plugin v2.6.0 - Table of Contents

Plugin system for Raxol applications. Build extensible apps with a simple
plugin behavior defining init, handle_input, render, and cleanup callbacks.
Includes testing utilities and documentation generators.

## Pages

- [Raxol Plugin](readme.md)

## Modules

- [Raxol.Plugin](Raxol.Plugin.md): Convenience macro for building Raxol plugins.
- [Raxol.Plugin.API](Raxol.Plugin.API.md): Public API facade for plugin management operations.
- [Raxol.Plugin.Manifest](Raxol.Plugin.Manifest.md): Cross-package-safe manifest builder for Raxol plugins.
- [Raxol.Plugin.Testing](Raxol.Plugin.Testing.md): Test helpers for Raxol plugins.
- [RaxolPlugin](RaxolPlugin.md): Plugin SDK for Raxol terminal applications.

## Mix Tasks

- [mix raxol.gen.plugin](Mix.Tasks.Raxol.Gen.Plugin.md): Generates a skeleton Raxol plugin.

