1.0.1 • Published 5 years ago

nodecoloredconsolelog v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

nodeColoredConsoleLog

Colorify your Node.js console output

Download & Install

Use npm or yarn

npm install nodecoloredconsolelog --save

or

yarn add nodecoloredconsolelog

Usage

That's actually easy

const cConsoleLog = require('nodecoloredconsolelog')

cConsoleLog(color, text)

Colors:

  • Black
  • Red
  • Green
  • Yellow
  • Blue
  • Magenta
  • Cyan
  • White

Plans

Implement rest of console methods in JavaScript