Packages

Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.

Current section

Files

Jump to
raxol docs _includes README.md
Raw

docs/_includes/README.md

# Documentation Includes
Reusable documentation snippets to maintain DRY principles.
## Snippets
- `test-commands.md` - Standard test commands (24+ references)
- `installation.md` - Installation instructions (10+ references)
- `performance-metrics.md` - Performance benchmarks (35+ references)
## Examples
Reusable code examples in `examples/`:
- `buffer-basic.md` - Basic buffer creation (15+ uses)
- `liveview-component.md` - LiveView integration (8+ uses)
- `plugin-skeleton.md` - Plugin structure (6+ uses)
- `testing-terminal.md` - Terminal testing (10+ uses)
## Usage
Reference in other docs:
```markdown
See [Installation](../_includes/installation.md).
See [Buffer Example](../_includes/examples/buffer-basic.md).
```