Skip to content

Commit

Permalink
chalk added for "npm init" command status indicator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark committed Sep 19, 2024
1 parent 2b95180 commit db182dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ program
const parentDir = path.dirname(__dirname);
const templatePath = path.join(parentDir, "templates", template.name);
const destinationPath = path.join(targetDir);
const npmInit = chalk.bgWhite.black("npm init");
const npmInit = chalk.yellow.bold("npm init");

const initSpinner = createSpinner(`Running ${npmInit}...`).start();
try {
Expand Down

0 comments on commit db182dd

Please sign in to comment.