Searched refs:TEMPLATES_DIR (Results 1 – 2 of 2) sorted by relevance
5 import { TEMPLATES_DIR } from './Constants';14 const templates = await fs.readdir(TEMPLATES_DIR);19 path.join(TEMPLATES_DIR, template, 'package.json')25 path: path.join(TEMPLATES_DIR, template),
13 export const TEMPLATES_DIR = Directories.getTemplatesDir(); constant