Searched refs:fetchTemplate (Results 1 – 2 of 2) sorted by relevance
7 import fetchTemplate from './fetchTemplate';45 await fetchTemplate(newModulePath, templatePath);
14 export default async function fetchTemplate(destinationPath: string, template?: string) { function