项目作者: TalArbatov

项目描述 :
Dead simple terminal string styling interface, made simple from Chalk.
高级语言: JavaScript
项目地址: git://github.com/TalArbatov/chalkify.git
创建时间: 2018-07-26T06:09:57Z
项目社区:https://github.com/TalArbatov/chalkify

开源协议:MIT License

下载


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')

alt text

Will return:

alt text