Home
last modified time | relevance | path

Searched refs:CWD (Results 1 – 3 of 3) sorted by relevance

/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts36 const CWD = process.env.INIT_CWD || process.cwd(); constant
55 const packageJsonPath = await findUp('package.json', { cwd: CWD });
93 : path.join(CWD, target || slug);
110 ? path.join(CWD, options.source)
404 `cd ${path.relative(CWD, targetDir)}`,
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js27 const CWD = process.env.INIT_CWD || process.cwd(); constant
42 const packageJsonPath = await (0, find_up_1.default)('package.json', { cwd: CWD });
65 : path_1.default.join(CWD, target || slug);
77 ? path_1.default.join(CWD, options.source)
313 `cd ${path_1.default.relative(CWD, targetDir)}`,
H A Dcreate-expo-module.js.map1CWD = process.env.INIT_CWD || process.cwd();\n\n// Ignore some paths. Especially `package.json` as…