Path to the app skeleton
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Add Package
deno add jsr:@radish/core
Import symbol
import { appPath } from "@radish/core/conventions";
Import directly with a jsr specifier
import { appPath } from "jsr:@radish/core/conventions";
Add Package
pnpm i jsr:@radish/core
pnpm dlx jsr add @radish/core
Import symbol
import { appPath } from "@radish/core/conventions";
Add Package
yarn add jsr:@radish/core
yarn dlx jsr add @radish/core
Import symbol
import { appPath } from "@radish/core/conventions";
Add Package
vlt install jsr:@radish/core
Import symbol
import { appPath } from "@radish/core/conventions";
Add Package
npx jsr add @radish/core
Import symbol
import { appPath } from "@radish/core/conventions";
Add Package
bunx jsr add @radish/core
Import symbol
import { appPath } from "@radish/core/conventions";