@book-junction/env-loader
v1.1.1
Published
[Gaurav Sahitya](https://www.linkedin.com/in/sahityagaurav4210)
Downloads
7
Maintainers
Readme
ENV LOADER
Author
About
This package helps developer to load environment variables from specified files. Click here to get more information about this package.
Package Requirements
This package does not need any external software or library to run.
Installation Steps
Open your terminal and type the following commands to install the package in your project:
npm i @book-junction/env-loader
Usage
const EnvironmentVariables = require('@book-junction/env-loader');
View documentation to learn how to use this package.
Where it can be used?
This package is useful in every project where developers work with environment variables and need to load them from different files based on the project environment.