Tutorials
Step-by-step guides to help you get started with r2r and Everything-as-Code workflows.
Getting Started
Goal: Get r2r installed, understand the fundamentals, and create your first extension
Start here if you're new to r2r and Everything-as-Code:
Getting Started - Complete setup and fundamentals
- Quick Start - Install r2r CLI, initialize configuration, install EAC extension
- Understanding Configuration Files - Learn about
.r2r/and.r2r/eac/configuration files - Creating Your First Extension - Build a custom r2r extension from scratch
New to r2r?
The Quick Start guide walks you through the complete setup:
- Install r2r CLI binary
- Initialize r2r configuration (
r2r init) - Install EAC extension (
r2r install eac) - Configure EAC (
r2r eac init)
See CLI vs Extensions to understand the two-tier architecture.
Tutorials | How-to Guides | Explanation | Reference
You are here: Tutorials — learning-oriented guides that take you through steps to complete a project.