feat(create-mcfly): don't clear the terminal upon start

This commit is contained in:
Ayo 2024-03-16 13:14:14 +01:00
parent eece84dc22
commit b04b7ef805

View file

@ -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;