1.0.2 • Published 4 years ago

logcolorjs v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

logcolorjs

About This pack paints text on the console in various colors

Installation

npm install logcolorjs

Colors

  • 'red'
  • 'green'
  • 'yellow'
  • 'blue'
  • 'magenta'
  • 'cyan'
  • 'white'

Demo

const log = require('logcolorjs');

log('Hello World','red');
log('Hello World','blue');
log('Hello World','yellow');

Crèditos

Licencia

MIT