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

https://github.com/fs-frost/deno-env-check


https://github.com/fs-frost/deno-env-check

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# deno-env-check

CLI tool to check environment variables.

## Run

```shell
# Run source code
deno run --allow-read --allow-env src/main.ts --env=src/env.json

# Run binary
bin/env-check --env=src/env.json
```

## Compile

```shell
deno compile --allow-read --allow-env --output bin/env-check src/main.ts
```