@eieven/env-js

A simple node-package that loads environment variables from the .env

Usage no npm install needed!

<script type="module">
  import eievenEnvJs from 'https://cdn.skypack.dev/@eieven/env-js';
</script>

README

env-js By: Eleven#2238


* Description

That's library can load enviroment variables to env and removes characters such as ' and "


* Examples

.env:

TEST=123

main:

require('env-js').configure()

console.log(process.env.TEST)
// 123

* Installation

In PowerShell:

npm i env-js --save __