Convict

Featureful configuration management library for Node.js
GitHub
2.36k
Created 13 years ago, last commit 2 years ago
56 contributors
622 commits
Stars added on GitHub, month by month
5
6
7
8
9
10
11
12
1
2
3
4
2024
2025
Stars added on GitHub, per day, on average
Yesterday
=
Last week
+0.3
/day
Last month
0.0
/day
Last 12 months
+0.1
/day
npmPackage on NPM
convict
6.2.4
Monthly downloads on NPM
5
6
7
8
9
10
11
12
1
2
3
4
2024
2025
README

Node-convict

Build Status Coverage Status

Convict expands on the standard pattern of configuring node.js applications in a way that is more robust and accessible to collaborators, who may have less interest in digging through code in order to inspect or modify settings. By introducing a configuration schema, convict gives project collaborators more context on each setting and enables validation and early failures for when configuration goes wrong.

This repository is a monorepo for the following packages managed through Lerna-Lite.

Packages

Migrating

Contributing, maintenance

For contributors and maintainers, read the Contributing doc.