Node.js chalk package

المعرفة:: NodeJS
الحالة:: ملاحظة_مؤرشفة
المراجع:: The Complete Node.js Developer Course 3rd Edition


import chalk from 'chalk'  

console.log(chalk.green('success'))  
console.log(chalk.blue.inverse.bold('success'))  

Last update : August 14, 2023
Created : January 2, 2023

Comments

Comments