What problem does it solve?
The Lemline Runner Development Guide consolidates best practices and architectural patterns for building, configuring, and testing modular lemline-runner components, ensuring consistent contributor experiences across the project.
Core Features & Use Cases
- Modular architecture guidance: explains the relationships between core runner, runner-common, and feature modules.
- Best practices for development: outlines standards for repository structure, migrations, tests, and documentation.
- Onboarding and collaboration: helps new contributors understand module boundaries and common workflows.
Quick Start
Clone the Lemline repository and start with the main runner and core modules. Then read the module READMEs (lemline-runner, lemline-runner-common) for setup, testing, and contribution guidelines. Run tests for a specific module, e.g., ./gradlew :lemline-runner-waits:test, and follow the CLI and documentation references to implement new features.