Searched refs:customTargetPath (Results 1 – 8 of 8) sorted by relevance
7 function getInitialName(customTargetPath?: string | null): string {8 const targetBasename = customTargetPath && path.basename(customTargetPath);14 export function getSlugPrompt(customTargetPath?: string | null): PromptObject<string> {15 const initial = getInitialName(customTargetPath);26 export function getLocalFolderNamePrompt(customTargetPath?: string | null): PromptObject<string> {27 const initial = getInitialName(customTargetPath);
300 async function askForPackageSlugAsync(customTargetPath?: string, isLocal = false): Promise<string> {302 (isLocal ? getLocalFolderNamePrompt : getSlugPrompt)(customTargetPath),
10 function getInitialName(customTargetPath) { argument11 const targetBasename = customTargetPath && path_1.default.basename(customTargetPath);16 function getSlugPrompt(customTargetPath) { argument17 const initial = getInitialName(customTargetPath);27 function getLocalFolderNamePrompt(customTargetPath) { argument28 const initial = getInitialName(customTargetPath);
2 export declare function getSlugPrompt(customTargetPath?: string | null): PromptObject<string>;3 export declare function getLocalFolderNamePrompt(customTargetPath?: string | null): PromptObject<st…
1 …customTargetPath?: string | null): string {\n const targetBasename = customTargetPath && path.bas…
240 async function askForPackageSlugAsync(customTargetPath, isLocal = false) { argument241 …ault)((isLocal ? prompts_2.getLocalFolderNamePrompt : prompts_2.getSlugPrompt)(customTargetPath), {
1 …customTargetPath?: string, isLocal = false): Promise<string> {\n const { slug } = await prompts(\…
69 const customTargetPath = './not/sure/why/youd/do/this/google-services.json'; constant78 customTargetPath84 resolve(projectRoot, customTargetPath)