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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

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