Skip to main content
Module

x/create_react_app/deps.ts>cli.Command#env

Create React App with Deno
Latest
method cli.Command.prototype.env
Re-export
import { cli } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { Command } = cli;

Add new environment variable.

Parameters

name: string

Name of the environment variable.

description: string

The description of the environment variable.

optional
options: IEnvVarOptions

Environment variable options.