Skip to main content
Version: 0.7.1

Write styled text

You can change output text color directly from the string itself. For example:

module.exports = {
run: async () => {
console.log('Hello stylish world!'.blue.bold.italic)
}
}

For a complete reference of the available styles see ansi-colors.