Skip to main content
Home

latest

Kicking the tires on JSR. Hello, JSR!

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (0.1.4)

Hello, JSR

This is an example project for kick the ol' tires on JSR (which I'm super excited about by the way!).

Example

// you can test this with
kevinMitchell();

Contact

kevinmitchell.io

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@kevin/mitchell

Import symbol

import * as mitchell from "@kevin/mitchell";
or

Import directly with a jsr specifier

import * as mitchell from "jsr:@kevin/mitchell";

Add Package

pnpm i jsr:@kevin/mitchell
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kevin/mitchell

Import symbol

import * as mitchell from "@kevin/mitchell";

Add Package

yarn add jsr:@kevin/mitchell
or (using Yarn 4.8 or older)
yarn dlx jsr add @kevin/mitchell

Import symbol

import * as mitchell from "@kevin/mitchell";

Add Package

npx jsr add @kevin/mitchell

Import symbol

import * as mitchell from "@kevin/mitchell";

Add Package

bunx jsr add @kevin/mitchell

Import symbol

import * as mitchell from "@kevin/mitchell";