cologrinchis
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

"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

/cologrinchis/

    Package Sidebar

    Install

    npm i cologrinchis

    Weekly Downloads

    2

    Version

    0.2.0

    License

    GPL-3.0

    Unpacked Size

    39.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • javierland