My first jsr package.
Installation
npx jsr add @kumargaurav/hello
Example
import { hello } from "@kumargaurav/hello"; hello('your-name')
MIT
Add Package
deno add jsr:@kumargaurav/hello
Import symbol
import * as hello from "@kumargaurav/hello";
---- OR ----
Import directly with a jsr specifier
import * as hello from "jsr:@kumargaurav/hello";
Add Package
npx jsr add @kumargaurav/hello
Import symbol
import * as hello from "@kumargaurav/hello";
Add Package
yarn dlx jsr add @kumargaurav/hello
Import symbol
import * as hello from "@kumargaurav/hello";
Add Package
pnpm dlx jsr add @kumargaurav/hello
Import symbol
import * as hello from "@kumargaurav/hello";
Add Package
bunx jsr add @kumargaurav/hello
Import symbol
import * as hello from "@kumargaurav/hello";