https://github.com/fs-frost/deno-env-check
https://github.com/fs-frost/deno-env-check
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fs-frost/deno-env-check
- Owner: FS-Frost
- Created: 2022-11-11T14:04:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T14:13:17.000Z (over 3 years ago)
- Last Synced: 2025-02-23T18:19:30.998Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```