dominictarr/rc
The non-configurable configuration loader for lazy people. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: n/a
- age_days: 5141
- days_rel: n/a
- days_push: 1617
- n_releases_24m: 0
Adoption not part of the score
1022 stars · 99 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A tiny Node.js configuration loader that merges defaults, config files (JSON or INI), environment variables, and command-line arguments into one object using conventional rc-file lookup locations. It is intentionally non-configurable, requiring only an app name and a defaults object.
Use cases
- load configuration from rc files in a node cli app
- merge command line args with config files and env vars
- read .apprc style config files with standard lookup paths
- support ini and json config files with comments
- layered configuration with sensible precedence for a nodejs tool
When to choose
- you want zero-configuration config loading with unix rc-file conventions
- you need a tiny dependency for a CLI tool's settings
- you want config from multiple sources (files, env, argv) merged automatically
When to avoid
- you need configurable file formats like YAML or TOML
- you need schema validation or typed configuration
- you want full control over lookup paths and precedence rules
Facets
library · maturity maintenance
configuration-management parser developer-tools backend cli cross-platform config-loader rc-files ini json-config environment-variables dotfiles command-line nodejs javascript
2 sources
- readme: https://github.com/dominictarr/rc · fetched 2026-08-28 · 04b689676a1d
- registry_npm: https://registry.npmjs.org/rc · fetched 2026-08-29 · 14c1abb5272d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dominictarr/rc | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem