UNPKG

setup-next-project

Version:

CLI to quickly create a pre-configured Next.js project with modular components and features

8 lines 271 B
export interface CreateProjectOptions { projectName: string; features: string[]; projectPath: string; autoInstall?: boolean; } export declare function createProject(options: CreateProjectOptions): Promise<void>; //# sourceMappingURL=createProject.d.ts.map