@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.
16 lines • 973 B
TypeScript
export declare function findProjectRoot(startPath?: string): string | null;
export declare function execCommand(command: string, cwd?: string): string;
export declare function execCommandInteractive(command: string, cwd?: string): void;
export declare function validateProjectName(name: string): boolean;
export declare function transformPackageJsonName(projectName: string): string;
export declare function getTemplateDirectory(): string;
export interface ProjectPathOptions {
destination?: string;
}
export declare function resolveProjectPath(options: ProjectPathOptions): string;
export { getProjectName, renameReactNativeApp } from './project-name.js';
export { getProjectInfo, ProjectInfo } from './project-info.js';
export { getErrorMessage } from './error-handling.js';
export { readPackageJson, packageJsonExists, writePackageJson, isReactNativeProject, PackageJson, } from './package-utils.js';
export * from './logging.js';
//# sourceMappingURL=index.d.ts.map