Repo for testing github ci / npm / jsr / etc
Add Package
deno add jsr:@paulmillr/test-repo
Import symbol
import * as test_repo from "@paulmillr/test-repo";
---- OR ----
Import directly with a jsr specifier
import * as test_repo from "jsr:@paulmillr/test-repo";
Add Package
npx jsr add @paulmillr/test-repo
Import symbol
import * as test_repo from "@paulmillr/test-repo";
Add Package
yarn dlx jsr add @paulmillr/test-repo
Import symbol
import * as test_repo from "@paulmillr/test-repo";
Add Package
pnpm dlx jsr add @paulmillr/test-repo
Import symbol
import * as test_repo from "@paulmillr/test-repo";
Add Package
bunx jsr add @paulmillr/test-repo
Import symbol
import * as test_repo from "@paulmillr/test-repo";