Package Exports
- @geek/dotenv
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@geek/dotenv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@geek/dotenv
Environment Variable Manager for Node.js - based on dotenv
π Getting Started
Install
Install
@geek/dotenv
npm install @geek/dotenv
Usage
const dotenv = require('@geek/dotenv');
dotenv.config();
dotenv.overload('.env.overload1','.env.overload2');
πLearn More
-
π£ Feedback
Have an idea or a comment? Join in the conversation here!