Environment Variable Parser

Parse .env files into a table, JSON, or cleaned export. Type inference.

KeyValueType
DATABASE_URLpostgresql://user:password@localhost:5432/mydbstring
DB_PORT5432number
NODE_ENVproductionstring
PORT3000number
DEBUGfalseboolean
APP_URLhttps://example.comurl
JWT_SECRETsuper-secret-key-herestring
JWT_EXPIRES_IN7dstring
8 variables parsed · 0 issues