README
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