
Node.js configuration provider
May 26, 2022A modular configuration provider reading config from files, arguments and environment
When creating a Node.js application, one usual task is to read configuration somehow in order to let the user define some settings for it…