https://github.com/dotenvx/runtime-example
"Runtime" demo (see whitepaper)
https://github.com/dotenvx/runtime-example
Last synced: about 1 year ago
JSON representation
"Runtime" demo (see whitepaper)
- Host: GitHub
- URL: https://github.com/dotenvx/runtime-example
- Owner: dotenvx
- Created: 2025-02-14T18:35:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T22:42:09.000Z (over 1 year ago)
- Last Synced: 2025-05-01T02:48:46.520Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dotenvx.com/dotenvx.pdf
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
>
> This repo is for purposes of demonstrating "Runtime" as discussed in our [whitepaper](https://dotenvx.com/dotenvx.pdf)
>
> runtime-example
## Usage
After [installing dotenvx](https://dotenvx.com), run the following.
```
DOTENV_PRIVATE_KEY=2c6cbf0c8b754d974a8001c5527fb47a38d418bd86bcb74ca40c42e650eba80a dotenvx run -f .env -- node index.js
```