Skip to main content

latest
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
76%
Published
8 months ago (0.2.0)

Charles Harris CLI

This is the repo containing my node CLI which points to relevant links like my dev site, CV and other projects

Add Package

deno add jsr:@charlesharris/cli

Import symbol

import * as cli from "@charlesharris/cli";

---- OR ----

Import directly with a jsr specifier

import * as cli from "jsr:@charlesharris/cli";

Add Package

npx jsr add @charlesharris/cli

Import symbol

import * as cli from "@charlesharris/cli";

Add Package

yarn dlx jsr add @charlesharris/cli

Import symbol

import * as cli from "@charlesharris/cli";

Add Package

pnpm dlx jsr add @charlesharris/cli

Import symbol

import * as cli from "@charlesharris/cli";

Add Package

bunx jsr add @charlesharris/cli

Import symbol

import * as cli from "@charlesharris/cli";