feat(create-mcfly): don't clear the terminal upon start
This commit is contained in:
parent
eece84dc22
commit
b04b7ef805
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ const [, , directoryArg] = process.argv;
|
||||||
* Create McFly App
|
* Create McFly App
|
||||||
*/
|
*/
|
||||||
async function create() {
|
async function create() {
|
||||||
console.clear();
|
|
||||||
const defaultDirectory = "mcfly-app";
|
const defaultDirectory = "mcfly-app";
|
||||||
consola.box(`Hello! Welcome to ${colorize("bold", "McFly")}!`);
|
consola.box(`Hello! Welcome to ${colorize("bold", "McFly")}!`);
|
||||||
let directory = directoryArg;
|
let directory = directoryArg;
|
||||||
|
|
Loading…
Reference in a new issue