xenviro
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Xenviro version

next generation of environment variables

license

Usage

write a .env file or any name else:

MESSAGE="Hello World!!"

width Ecmascript modules:

import xenviro from 'xenviro';
const reader = new xenviro({});
reader.readFile();

console.log(process.env.YOUR_VARIABLE);

width commonJS modules:

const xenviro = require('xenv');
const reader = new xenviro({});
reader.readFile();

console.log(process.env.YOUR_VARIABLE);

/xenviro/

    Package Sidebar

    Install

    npm i xenviro

    Weekly Downloads

    1

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    16.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • johapuentes