Says Hello World
Add Package
deno add jsr:@ax/hello-world
Import symbol
import * as hello_world from "@ax/hello-world";
---- OR ----
Import directly with a jsr specifier
import * as hello_world from "jsr:@ax/hello-world";
Add Package
npx jsr add @ax/hello-world
Import symbol
import * as hello_world from "@ax/hello-world";
Add Package
yarn dlx jsr add @ax/hello-world
Import symbol
import * as hello_world from "@ax/hello-world";
Add Package
pnpm dlx jsr add @ax/hello-world
Import symbol
import * as hello_world from "@ax/hello-world";
Add Package
bunx jsr add @ax/hello-world
Import symbol
import * as hello_world from "@ax/hello-world";