Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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