Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 951 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 951 Bytes

"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