node-config/node-config
Node.js Application Configuration observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 22
- age_days: 5754
- days_rel: 15
- days_push: 15
- n_releases_24m: 12
Adoption not part of the score
6428 stars · 510 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
node-config is a Node.js library that organizes hierarchical application configurations across deployment environments like development, QA, staging, and production. It stores defaults in config files and allows overrides via environment variables, command-line parameters, or external sources.
Use cases
- manage per-environment settings for a Node.js app
- override config values with environment variables in production
- load JSON or YAML configuration files in Node.js
- share a consistent config interface across npm modules
- separate dev and production database settings
- read nested config values with get and has helpers
When to choose
- you need hierarchical, environment-aware configuration for a Node.js application
- you want file-based defaults with environment variable and CLI overrides
- you need a lightweight, widely adopted config solution with multi-format support
When to avoid
- you are not using Node.js
- you need remote dynamic config with a hosted control plane like LaunchDarkly or Consul KV
- you only need simple dotenv-style key-value environment loading
Facets
library · maturity stable
configuration-management developer-tools developer-tools backend cross-platform config environment-variables hierarchical-config deployment-environments npm devops nodejs
1 source
- readme: https://github.com/node-config/node-config · fetched 2026-08-28 · 1ce68827c207
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| node-config/node-config | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="node-config/node-config")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem