1.0.12 • Published 6 years ago

chalkify v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

chalkify

Dead simple terminal string styling interface, made simple from Chalk.

  1. npm i --save chalkify
  2. const 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')

1.0.12

6 years ago

1.0.11

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago