Summary
Add a sample demonstrating how to integrate the flagly with a YAML configuration file.
Motivation
Providing a concrete YAML integration example helps users quickly understand how to configure and use the project in real-world scenarios. Without examples, users may struggle with setup and configuration, leading to poor developer experience.
Definition of done
Proposed approach
- Create a sample YAML file (e.g., config.yaml).
- Define required and optional configuration fields.
- Provide inline comments or documentation explaining each field.
- Add usage instructions in the README.
- Optionally include a minimal working example that uses the YAML configuration.
Additional context
Example of a yaml file:
features:
featureA:
enabled: true
featureB:
enabled: true
featureC:
enabled: true
Ensure the example reflects actual use cases and stays in sync with the codebase.
Related issues
N/A
Summary
Add a sample demonstrating how to integrate the flagly with a YAML configuration file.
Motivation
Providing a concrete YAML integration example helps users quickly understand how to configure and use the project in real-world scenarios. Without examples, users may struggle with setup and configuration, leading to poor developer experience.
Definition of done
exampledirectory.Proposed approach
Additional context
Example of a yaml file:
Ensure the example reflects actual use cases and stays in sync with the codebase.
Related issues
N/A