@solutioniser/create-next-starter
Version:
CLI tool to create Next.js starter applications with optional authentication providers and UI libraries
8 lines • 372 B
TypeScript
export declare function validateProjectName(name: string): {
valid: boolean;
error?: string;
};
export declare function checkIfDirectoryExists(dirPath: string): boolean;
export declare function getTemplatePath(templateName: string, templatesDir: string): string;
export declare function deepMerge(target: any, source: any): any;
//# sourceMappingURL=utils.d.ts.map