An open API service indexing awesome lists of open source software.

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

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
```