Recently I worked on a small requirement (in my personal test learning proj) of creating a configuration builder that satisfies following requirements: Ability to read default configuration from a file Ability to read environment specific configuration from a file Ability to override any defaults by command line options Ability to override and/or access any defaults … Continue reading Configuration builder in NodeJS with TypeScript
Tag: experience