Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-chan/gaeenv
Loads environment variables for Google App Engine
https://github.com/p-chan/gaeenv
app-engine environment google-cloud variables
Last synced: 26 days ago
JSON representation
Loads environment variables for Google App Engine
- Host: GitHub
- URL: https://github.com/p-chan/gaeenv
- Owner: p-chan
- Created: 2020-11-24T21:25:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T21:47:29.000Z (over 3 years ago)
- Last Synced: 2024-12-09T09:43:12.195Z (about 1 month ago)
- Topics: app-engine, environment, google-cloud, variables
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/gaeenv
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gaeenv
Loads environment variables for Google App Engine
## Install
```
npm install gaeenv
```## Usage
```ts
import { config } from 'gaeenv'config()
```