[feat] [s]: run main install tasks

This commit is contained in:
Thadeu Cotts 2020-11-24 15:44:51 -03:00
parent 5cd37f5d15
commit 0fb438ac16

View File

@ -104,6 +104,17 @@ async function run() {
task: () => initGit(projectPath),
},
]);
tasks
.run()
.then(()=> {
console.log()
console.log(`${chalk.greenBright('Instalation Completed!')}`)
console.log()
console.log(`Run ${chalk.cyan('cd '+ projectPath)} and ${chalk.green('yarn dev')} or ${chalk.yellow('npm run dev')}`)
console.log()
console.log('Enjoy =)')
})
}
//Main CLI execution workflow