Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcheidemann/with-env
Deno package to run commands with a custom environment
https://github.com/bcheidemann/with-env
Last synced: 3 months ago
JSON representation
Deno package to run commands with a custom environment
- Host: GitHub
- URL: https://github.com/bcheidemann/with-env
- Owner: bcheidemann
- License: gpl-3.0
- Created: 2022-02-17T22:22:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T18:00:01.000Z (over 2 years ago)
- Last Synced: 2024-06-21T18:09:44.989Z (5 months ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-deno - with-env - Simple command line utilty for executing commands with one or more .env files. (Modules / CLI utils)
README
# with-env
A deno package that allows you to run a command, specifying one or more environments.
## Installation
```shell
deno install --allow-read --allow-run https://deno.land/x/[email protected]/with-env.ts
```## Usage
```shell
with-env [...files] -- [command] [...args]
```