Lines Matching refs:Log
7 import { Log } from './log';
14 Log.exit(chalk`{red Cannot create an app named {bold "${folderName}"}. ${validation}}`, 1);
18 Log.exit(
28 Log.log(chalk`The directory {cyan ${folderName}} has files that might be overwritten:`);
29 Log.log();
31 Log.log(` ${file}`);
33 Log.log();
34 Log.exit('Try using a new directory name, or moving these files.\n');
63 Log.log();
64 Log.log('Please choose your app name:');
65 Log.log(chalk` {dim $} {cyan ${selfCmd} <name>}`);
66 Log.log();
67 Log.log(`For more info, run:`);
68 Log.log(chalk` {dim $} {cyan ${selfCmd} --help}`);
69 Log.log();
70 Log.exit('');