UNPKG

create-palladium

Version:

A modern CLI tool to create Vite + React + TypeScript projects with various configurations

3 lines 174 B
import { ProjectAnswers } from "../types/index.js"; export declare function createProject(answers: ProjectAnswers): Promise<void>; //# sourceMappingURL=createProject.d.ts.map