Very Cool ! I wonder if you know how it plays together with NPM “config”
https://www.npmjs.com/package/config library which already knows how to read files and manage runtime environments (e.g : dev/prod/qa) since usually config files tend to have a more complex scenario. so in our app for example we dont read the config with fs.ReadFile but rather with the require(‘config’) call. SoI wonder what is the solution to such utility .
Thanks