Skip to main content
Home

@radish/core@1.0.0-alpha.44
Built and signed on GitHub Actions

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
Published
a month ago (1.0.0-alpha.44)

Variables

v
appPath

Path to the app skeleton

v
buildFolder

Path to the build folder

v
elementsFolder

Path to the elements folder

v
generatedFolder

Path to the generated content folder

v
libFolder

Path to the lib folder

v
routesFolder

Path to the routes folder

v
staticFolder

Path to the static files folder

v
target_head

Regex targeting the %radish.head% of the skeleton

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@radish/core

Import symbol

import * as mod from "@radish/core/conventions";
or

Import directly with a jsr specifier

import * as mod from "jsr:@radish/core/conventions";

Add Package

pnpm i jsr:@radish/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @radish/core

Import symbol

import * as mod from "@radish/core/conventions";

Add Package

yarn add jsr:@radish/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @radish/core

Import symbol

import * as mod from "@radish/core/conventions";

Add Package

vlt install jsr:@radish/core

Import symbol

import * as mod from "@radish/core/conventions";

Add Package

npx jsr add @radish/core

Import symbol

import * as mod from "@radish/core/conventions";

Add Package

bunx jsr add @radish/core

Import symbol

import * as mod from "@radish/core/conventions";