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: about 1 year 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T21:47:29.000Z (about 5 years ago)
- Last Synced: 2025-03-25T04:42:06.800Z (about 1 year ago)
- Topics: app-engine, environment, google-cloud, variables
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/gaeenv
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- 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()
```