Skip to main content

Built and signed on GitHub Actions

A simple command-line library that leverages Typebox

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
64%
Published
4 months ago (0.2.5)
type alias Env

Represents an environment variable as a key-value pair.

Definition

Record<string, string>

Add Package

deno add jsr:@un-clever/cli-library

Import symbol

import { type Env } from "@un-clever/cli-library";

---- OR ----

Import directly with a jsr specifier

import { type Env } from "jsr:@un-clever/cli-library";

Add Package

npx jsr add @un-clever/cli-library

Import symbol

import { type Env } from "@un-clever/cli-library";

Add Package

yarn dlx jsr add @un-clever/cli-library

Import symbol

import { type Env } from "@un-clever/cli-library";

Add Package

pnpm dlx jsr add @un-clever/cli-library

Import symbol

import { type Env } from "@un-clever/cli-library";

Add Package

bunx jsr add @un-clever/cli-library

Import symbol

import { type Env } from "@un-clever/cli-library";