reactor

(★ 203)

Reactor is a dynamic, concurrent, dependency resolving saga orchestrator.

File Explorer

  • .check.exs
  • .doctor.exs
  • .formatter.exs
  • .gitignore
  • .tool-versions
  • .tool-versions.license
  • AGENTS.md
  • CHANGELOG.md
  • CLAUDE.md
  • mix.exs
  • mix.lock
  • mix.lock.license
  • README.md
  • renovate.json
  • renovate.json.license
  • usage-rules.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

mix

View Details ▼

Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.

mix run {{my_script.exs}}

Execute a particular file:

mix new {{project_name}}

Create a new project:

mix compile

Compile project:

# Project Badges

// repository documentation