Skip to content

nbrylevv/node-console-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-console-logger

A few colors for that symbols world

About

Small js library to make your debugging (or anything else) in node more colorful (or understandable).

Attention: now it isn't available at npm. You can use it locally only

Installation

// In your directory
git clone git@github.com:nbrylevv/node-console-logger.git

Usage

// Your NodeJS script
const { NodeConsoleLogger } = require('node-console-logger/src/node-console-logger');

const nodeConsoleLogger = new NodeConsoleLogger('Your project name');
nodeConsoleLogger.success('Everything works!');

Example screenshot

About

A few colors for that symbols world

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published