add small title for shorter window

This commit is contained in:
Aman Varshney
2025-02-13 23:35:52 +05:30
parent 4ea08445a6
commit 7fc50106c5
3 changed files with 22 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ async function gatherConfig(
async function main() {
const s = spinner();
try {
console.clear();
process.stdout.write("\x1Bc");
renderTitle();
intro(chalk.bold("Creating a new Better-T Stack project"));
program