0.2.0 • Published 3 years ago

cologrinchis v0.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

"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