0.0.6 • Published 2 years ago

hvb-console v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hvb-console

This is a library that

  • gives some color to your console.info(), console.warn() and console.error()
  • adds the location where the log was called from and you can ctrl+click it to go to that location

It only works in Node console.logs (server side only).

Before:

hvb-console-before

After:

hvb-console-after

Install

npm install -D hvb-console

Usage

import console from "hvb-console";
0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago