@mariozechner/create-app
Version:
Project scaffolding for TypeScript applications and libraries
9 lines • 368 B
TypeScript
import type { TemplateConfig } from "./types.js";
export declare function discoverTemplates(templatesDir: string): Array<TemplateConfig & {
folderName: string;
}>;
export declare function createApp(projectName: string, options?: {
template?: string;
config?: Record<string, string | number | boolean>;
}): Promise<void>;
//# sourceMappingURL=index.d.ts.map