Removed unnecessary comments

This commit is contained in:
Jose Balanza Martinez
2020-03-31 14:27:54 -06:00
parent ecc2dbe658
commit 0a70a0a26b
@@ -15,15 +15,11 @@
*/
import fse from 'fs-extra';
import path from 'path';
// import handlebars from 'handlebars';
import chalk from 'chalk';
import inquirer, { Answers, Question } from 'inquirer';
// import recursive from 'recursive-readdir';
// import { execSync } from 'child_process';
// import { resolve as resolvePath } from 'path';
import { realpathSync /*existsSync*/ } from 'fs';
// import os from 'os';
import { realpathSync } from 'fs';
import ora from 'ora';
// import os from 'os';
const MARKER_SUCCESS = chalk.green(` ✔︎`);
const MARKER_FAILURE = chalk.red(``);