UNPKG

consolify-errors

Version:

A simple, beautiful, and developer-friendly console error/warn/info/success displayer for Node.js

24 lines (15 loc) 675 B
# 🔥 Consolify Errors **Consolify Errors** is a developer-friendly logging utility that enhances your console output with clean, color-coded, and timestamped messages helping you debug faster and prettier. ![npm](https://img.shields.io/npm/v/consolify-errors) ![license](https://img.shields.io/npm/l/consolify-errors) --- ## 🚀 Features Timestamped logs Beautiful, color-coded formatting Supports `error`, `warn`, `info`, and `success` Optional metadata output (e.g. objects or error stacks) Zero config just import and use Lightweight and modern (ESM-ready) --- ## 📦 Installation ```bash npm install consolify-errors