المعرفة:: NodeJS الحالة::مؤرشفة المراجع:: The Complete Node.js Developer Course 3rd Edition
- A Node.js module for printing styled and colorful text in terminal.
- https://www.npmjs.com/package/chalk
- Styles can be chained like the second example.
import chalk from 'chalk'
console.log(chalk.green('success'))
console.log(chalk.blue.inverse.bold('success'))