UNPKG
dot-env
Version:
latest (0.0.1)
0.0.1
0.0.0
An environment variable loader
supershabam/dot-env
dot-env
/
test
/
printenv.js
5 lines
(3 loc)
•
73 B
JavaScript
View Raw
1
2
3
4
5
require
(
'../'
)
console
.
log
(
JSON
.
stringify
(process.
env
)) process.
exit
(
0
)