https://github.com/neuodev/tenv
Generate typescript types for environment variables on the fly
https://github.com/neuodev/tenv
Last synced: 11 months ago
JSON representation
Generate typescript types for environment variables on the fly
- Host: GitHub
- URL: https://github.com/neuodev/tenv
- Owner: neuodev
- Created: 2023-07-06T23:26:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T23:30:22.000Z (about 3 years ago)
- Last Synced: 2025-03-20T02:48:50.491Z (over 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypedEnv (tenv)
##
```bash
tenv --sys env.d.ts
```
```bash
tenv --dotenv .env env.d.ts
```
```bash
tenv --all .env env.d.ts
```