Sunday, 17 March 2019

JSON-parsed environment variables

https://www.npmjs.com/package/enveEnvironment variables in Node are always strings, which is quite limiting. Parsing them as JSON makes development of projects with complex environment variables a lot less painful. Even better if you use TypeScript to explain their types.

Submitted March 17, 2019 at 09:51PM by MrXyfir

No comments:

Post a Comment