Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 686 Bytes

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 affects Node console.logs (server side only). Browser logging is unaffected.

Before:

hvb-console-before

After:

hvb-console-after

Install

npm install -D hvb-console

Usage

import console from "hvb-console";