node-env-file icon indicating copy to clipboard operation
node-env-file copied to clipboard

Parse and load environment files (containing ENV variable exports) into Node.js environment, i.e. `process.env`.

Results 1 node-env-file issues
Sort by recently updated
recently updated
newest added

During the output of the log, duplicate the read variables. Problem on string:123 ``module.exports.logger.info('[ENV]:', module.exports.data[env_file]);`` not enough set of the key of variable ``module.exports.logger.info('[ENV]:', module.exports.data[env_file][env_key]);``