hvb-console
v0.0.6
Published
Colored console logs server side using kleur.
Downloads
3
Readme
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:
After:
Install
npm install -D hvb-console
Usage
import console from "hvb-console";