Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
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
Add Package
deno add jsr:@radish/core
Import symbol
import * as mod from "@radish/core/conventions";
Import directly with a jsr specifier
import * as mod from "jsr:@radish/core/conventions";
Add Package
pnpm i jsr:@radish/core
pnpm dlx jsr add @radish/core
Import symbol
import * as mod from "@radish/core/conventions";
Add Package
yarn add jsr:@radish/core
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";