opticore-env-by-key
v1.0.0
Published
opticore get environment value by key
Maintainers
Readme
Installation
npm install opticore-env-by-key
Summary
This package allows getting any values from .env file (https://github.com/guyzoum77/opticore-env-by-key).
Usage
import { EnvironmentValue } from "opticore-env-by-key";
import { IEnvVariables } from "opticore-env-access";
const environVariable: EnvironmentValue<IEnvVariables> = new EnvironmentValue(envVariable);Details
- T: This is an Object IEnvVariables containing an environment variables.
- K: It's a specific key that you want to get
Contributors
This package is led by Guy-serge Kouacou.
Contributing
This project welcomes contributions from the community. Contributions are accepted using GitHub pull requests. If you're not familiar with making GitHub pull requests, please refer to the GitHub documentation "Creating a pull request."
