Skip to content

javierlopezdeancos/cologrinchis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"cologrinchis logo"

Set label colors in your chrome console logs.

Activity

GitHub issues GitHub all releases GitHub Workflow Status npm

Use it

Install

npm install cologrinchis --save

Import

Import the module from your node modules with the namespace as you want:

import * as clr from 'cologrinchis';

Use

clr.warn('custom warn label', 'This is a warning');
clr.info('custom info label', 'This is an info');
clr.log('custom log label', 'This is a log');

Example

example result in console