Getting Started¶
Welcome to MywayConfig! This section will help you get up and running quickly.
What is MywayConfig?¶
MywayConfig is a configuration management library for Ruby applications that extends anyway_config with additional features:
- YAML as the single source of truth - Define your config structure once
- Auto-configuration - No need to manually declare attributes
- Environment-aware - Automatic environment-based overrides
- XDG compliance - Respects standard config locations
- Hash-like access - Multiple ways to access your config values
Prerequisites¶
- Ruby 3.2 or higher
- Bundler (recommended)
In This Section¶
- Installation - How to install the gem
- Quick Start - Create your first configuration in 5 minutes