Add Package
deno add jsr:@gnome/bash
Import symbol
import { BashCommand } from "@gnome/bash/cli";
---- OR ----
Import directly with a jsr specifier
import { BashCommand } from "jsr:@gnome/bash/cli";
Add Package
npx jsr add @gnome/bash
Import symbol
import { BashCommand } from "@gnome/bash/cli";
Add Package
yarn dlx jsr add @gnome/bash
Import symbol
import { BashCommand } from "@gnome/bash/cli";
Add Package
pnpm dlx jsr add @gnome/bash
Import symbol
import { BashCommand } from "@gnome/bash/cli";
Add Package
bunx jsr add @gnome/bash
Import symbol
import { BashCommand } from "@gnome/bash/cli";