UNPKG

@reuvenorg/react-native-boilerplate-ultimate

Version:

A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.

14 lines 670 B
export interface TemplateReplacements { ExApp: string; exapp: string; EXAPP: string; 'com.anonymous.exapp': string; } export declare function generateReplacements(projectName: string): TemplateReplacements; export declare function replaceInFile(filePath: string, replacements: TemplateReplacements): void; export declare function replaceInDirectory(dirPath: string, replacements: TemplateReplacements, options?: { extensions?: string[]; excludePatterns?: string[]; }): void; export declare function replaceTemplateVariables(templatePath: string, destinationPath: string, projectName: string): void; //# sourceMappingURL=template-replacer.d.ts.map