Searched defs:templatePath (Results 1 – 6 of 6) sorted by relevance
16 const templatePath = constant
44 const templatePath = constant
38 const templatePath = path.resolve(template); constant
140 const templatePath = path.resolve(template); constant
107 const templatePath = path.join(__dirname, '../template/gitignore'); constant
194 async function createModuleFromTemplate(templatePath, targetPath, data) { argument