custom-nodejs-logs
v1.0.1
Published
A simple useful utility to console.log with different colors
Downloads
3
Maintainers
Readme
custom-nodejs-logs
A simple useful utility to console.log with different colors
How to use...
Import the module:\
import logs from 'custom-nodejs-logs' //or
const logs = require('custom-nodejs-logs')
const text = `The text`
logs.success(text) // Green
logs.info(text) // Orange
logs.error(text) // Red