Skip to content

Community Utilities

Loren West edited this page May 16, 2023 · 6 revisions

CEV - Custom Environment Variable Generator

If you use custom environment variables a lot, here's a generator for them: https://www.npmjs.com/package/@northscaler/config-custom-environment-variables-generator.

config-uncached

Sometimes for testing or DevOps, you need one script to load more than configuration. This is normally a challenge with node-config As a singleton, it returns the same configuration each time. To force node-config to reload the configuration, use the config-uncached module.