UNPKG

create-vhs

Version:

Create a VHS monorepo with one command.

3 lines (2 loc) 150 B
import type { ProjectOptions } from "./types.js"; export declare function createProject(projectName: string, options: ProjectOptions): Promise<void>;