bcheidemann / with-env

Deno package to run commands with a custom environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

with-env

A deno package that allows you to run a command, specifying one or more environments.

Installation

deno install --allow-read --allow-run https://deno.land/x/with_env@v1.0.0/with-env.ts

Usage

with-env [...files] -- [command] [...args]

About

Deno package to run commands with a custom environment

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%