ilyakaznacheev/cleanenv
✨Clean and minimalistic environment configuration reader for Golang observed · 2026-08-28
Health v2 · maintenance only
42/100
- Activity 42
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2609
- days_rel: n/a
- days_push: 352
- n_releases_24m: 0
Adoption not part of the score
2160 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A minimalistic Go library for reading application configuration from files (YAML, JSON, etc.) and environment variables into typed structs. It also generates a detailed variable list for help output and supports refreshing environment variables at runtime.
Use cases
- load app config from env vars in Go
- read YAML config file into a struct
- combine file-based and environment-based configuration
- generate a help listing of all config variables
- refresh environment variable values at runtime
- twelve-factor app configuration in Go
When to choose
- you want a small, dependency-light config reader with struct tags
- your app needs env vars to override file-based config
- you prefer explicit typed config structs over dynamic config maps
When to avoid
- you need advanced features like hot-reloading files, validation frameworks, or remote config sources
- you need support for many exotic config file formats beyond the supported ones
- your configuration logic is highly dynamic or nested beyond simple structs
Facets
library · maturity stable
configuration-management developer-tools backend go cross-platform environment-variables config-reader yaml struct-tags twelve-factor automation
1 source
- readme: https://github.com/ilyakaznacheev/cleanenv · fetched 2026-08-28 · 40ff8513408b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ilyakaznacheev/cleanenv | main | 42 |
For agents
markdown · JSON · MCP: product_card(name="ilyakaznacheev/cleanenv")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem