type alias Schematic

The contract every schematic satisfies — a pure function from a name to the files to create. Schematics perform no I/O; the command layer writes.

Definition

() => readonly GeneratedFile[]

Usage

import { type Schematic } from "cli/src/index.ts";