iconsole

0.0.9 • Public • Published

iconsole - Better Console for Nodejs

This item is used for print beautifully for console

You can use it to change all the method behaviors and stdout styles like console.log or console.error

Install

npm install iconsole

Usage

require('iconsole')
 
console.config({
    prefix: '[iconsole] '
})
 
console.log('test log')
console.warn('test warn')
console.error('test error')

iconsole demo

Questions?

If you have any questions, please feel free to ask through New Issue

License

iconsole is available under the terms of the MIT License.

Package Sidebar

Install

npm i iconsole

Weekly Downloads

21

Version

0.0.9

License

none

Last publish

Collaborators

  • wangjeaf
  • crazyhopper