UNPKG

create-vhs

Version:

Create a VHS monorepo with one command.

3 lines (2 loc) 181 B
import type { CLIOptions, ProjectOptions } from "./types.js"; export declare function promptForOptions(projectName?: string, existingOptions?: CLIOptions): Promise<ProjectOptions>;