1.0.12 • Published 8 years ago
chalkify
Licence
ISC
Version
1.0.12
Deps
1
Size
3 kB
Vulns
0
Weekly
0
chalkify
Dead simple terminal string styling interface, made simple from Chalk.
npm i --save chalkifyconst console = require('chalkify')
This is it! now you can use the simple Chalkify interface!
Examples:
console.warn('Data sample overloading server...')
console.error('Cannot find specified path...')
console.success('User sucessfully registered!')
In addition, you can use color oriantation:
console.cyan('this is cyan color')
console.red('this is red color')
console.blue('this is blue color')