clogz

1.0.2 • Public • Published

CLOGZ - A Nicer Console Log

Do you find it difficult tracing all your Console.Logs on the browser's Console?

Clogs highlights your console.log, so it's easier to find.

Logo

Installation

Currently this module is only availbale for React JS

Install with npm

  cd my-project
  npm install clogz

Usage/Examples

import clogz from "clogz/index.js";

clogz("your text here");

You can also use clogs() with variables like this:

import clogz from "clogz/index.js";
const myText = "This is console log with logz";

clogz(myText);

Roadmap

Upcoming features:

  • Customize colours
  • Unique colours for every clogz() call

Support

For support, please comment on the Github repo.

Package Sidebar

Install

npm i clogz

Weekly Downloads

4

Version

1.0.2

License

ISC

Unpacked Size

1.77 kB

Total Files

3

Last publish

Collaborators

  • 99daycoder