Skip to content

Commit

Permalink
fix figlet width
Browse files Browse the repository at this point in the history
  • Loading branch information
anne-montoya committed Jul 31, 2024
1 parent e932e89 commit 603540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function cli() {

function displayCLITitle() {
console.log(
chalk.green(figlet.textSync('Node-Express Scaffold', { horizontalLayout: 'full'} ))
chalk.green(figlet.textSync('Node Express Scaffold', { width: 70} ))
)
}

Expand Down

0 comments on commit 603540b

Please sign in to comment.