Home
last modified time | relevance | path

Searched refs:TEMPLATES_DIR (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/
H A DProjectTemplates.ts5 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),
H A DConstants.ts13 export const TEMPLATES_DIR = Directories.getTemplatesDir(); constant