1.0.1 • Published 2 years ago

custom-nodejs-logs v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

Authors