roblex-env

1.0.0 • Public • Published

renv

The .env file parser that Roblex uses.

Usage

Example:

.env

SECRET="one two buckle my shoe"
SOMETHING=string

index.js:

require("renv")(); // param: debug: boolean = false
 
console.log(process.env.SECRET, process.env.SOMETHING);
// one two buckle my shoe string

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i roblex-env

      Weekly Downloads

      1

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      1.64 kB

      Total Files

      5

      Last publish

      Collaborators

      • sxmurai