https://github.com/brentonhouse/geek-dotenv
Environment Variable Manager for Node.js - based on dotenv
https://github.com/brentonhouse/geek-dotenv
brenton-house dotenv env nodejs turbo
Last synced: 3 months ago
JSON representation
Environment Variable Manager for Node.js - based on dotenv
- Host: GitHub
- URL: https://github.com/brentonhouse/geek-dotenv
- Owner: brentonhouse
- Created: 2020-05-15T15:41:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T21:45:00.000Z (over 2 years ago)
- Last Synced: 2024-05-01T18:26:46.258Z (about 1 year ago)
- Topics: brenton-house, dotenv, env, nodejs, turbo
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# @geek/dotenv đ



[](https://www.npmjs.com/package/@geek/dotenv)
[](https://dependabot.com)> Environment Variable Manager for Node.js - based on dotenv
---
* [đ Â Description](#--description)
* [đ Â Getting Started](#--getting-started)
* [đ ī¸ Â Install](#ī¸--install)
* [đĨ Â Usage](#--usage)
* [⨠ Features](#--features)
* [đ Â Learn More](#--learn-more)
* [đ Â Related projects](#--related-projects)
* [đī¸ Â Modules for Node.js](#ī¸--modules-for-nodejs)
* [đī¸ Â Modules for Node.js and Titanium Mobile](#ī¸--modules-for-nodejs-and-titanium-mobile)
* [đŖ Feedback](#-feedback)
* [Follow Brenton House](#follow-brenton-house)
* [ÂŠī¸ Â Legal](#ī¸--legal)
* [The MIT License (MIT)](#the-mit-license-mit)## đ Â Description
Environment Variable Manager for Node.js - based on dotenv
## đ Â Getting Started
### đ ī¸ Â Install
> Install `@geek/dotenv`
```bash
npm install @geek/dotenv
```### đĨ Â Usage
```JavaScript
const dotenv = require('@geek/dotenv');
dotenv.config();dotenv.overload('.env.overload1','.env.overload2');
```
## ⨠ Features
* [x] Initial release
## đ Â Learn More
â [Axway Developer Blog](https://devblog.axway.com)
â [Axway Developer YouTube Channel](https://youtube.com/axwaydev)
â [Axway Developer Portal](https://developer.axway.com)### đ Â Related projects
#### đī¸ Â Modules for Node.js
| project | description | npm |
|--- |--- |--- |
| [@geek/google-sheets](https://www.npmjs.com/package/@geek/google-sheets) | Easy way to manage Google Sheets API from Node.js | [](https://www.npmjs.com/package/@geek/google-sheets) |#### đī¸ Â Modules for Node.js and Titanium Mobile
| project | description | npm |
|--- |--- |--- |
| [@geek/cache](https://www.npmjs.com/package/@geek/cache) | Caching module for Node.js and Axway Titanium | [](https://www.npmjs.com/package/@geek/cache) |
| [@geek/jsonc](https://www.npmjs.com/package/@geek/cache) | JSONC and JSON utilities for JavaScript with Node.js and Axway Titanium. | [](https://www.npmjs.com/package/@geek/jsonc) |
| [@geek/jwt](https://www.npmjs.com/package/@geek/jwt) | JWT parser for JavaScript Node.js and Titanium native mobile | [](https://www.npmjs.com/package/@geek/jwt) |
| [@geek/logger](https://www.npmjs.com/package/@geek/logger) | Logging module for Node.js and Axway Titanium | [](https://www.npmjs.com/package/@geek/logger) |
| [@geek/mobile](https://www.npmjs.com/package/@geek/mobile) | Toolkit for creating, building, and managing mobile app projects. | [](https://www.npmjs.com/package/@geek/mobile) |
| [@geek/retry](https://www.npmjs.com/package/@geek/retry) | Retry JavaScript functions and promises in Node.js and Axway Titanium | [](https://www.npmjs.com/package/@geek/retry) |## đŖ Feedback
Have an idea or a comment? [Join in the conversation here](https://github.com/brentonhouse/geek-dotenv/issues)!
-----
## Follow Brenton House
> Follow [`Brenton House`](https://brenton.house) for the latest on great modules and libraries!
[](https://twitter.com/brentonhouse)
[](https://www.linkedin.com/in/brentonhouse/)
-----
## ÂŠī¸ Â Legal
> Copyright (c) 2019-Present - Brenton House
> https://brenton.house
> The MIT License (MIT)
### The MIT License (MIT)Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.