Options accepted by the top-level scaffoldProject
API.
Absolute path of the directory to create.
Arbitrary template-specific options gathered from prompts or CLI flags.
The low-level *scaffolding engine* used internally by `@vsce/cli` (https://jsr.io/@vsce/cli) — our all-in-one, fully-featured development suite.
Options accepted by the top-level scaffoldProject
API.
Absolute path of the directory to create.
Arbitrary template-specific options gathered from prompts or CLI flags.
Add Package
deno add jsr:@vsce/create
Import symbol
import { type ScaffoldOptions } from "@vsce/create";
Import directly with a jsr specifier
import { type ScaffoldOptions } from "jsr:@vsce/create";
Add Package
pnpm i jsr:@vsce/create
pnpm dlx jsr add @vsce/create
Import symbol
import { type ScaffoldOptions } from "@vsce/create";
Add Package
yarn add jsr:@vsce/create
yarn dlx jsr add @vsce/create
Import symbol
import { type ScaffoldOptions } from "@vsce/create";
Add Package
vlt install jsr:@vsce/create
Import symbol
import { type ScaffoldOptions } from "@vsce/create";
Add Package
npx jsr add @vsce/create
Import symbol
import { type ScaffoldOptions } from "@vsce/create";
Add Package
bunx jsr add @vsce/create
Import symbol
import { type ScaffoldOptions } from "@vsce/create";