1.0.2 • Published 7 months ago

quack-logger v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

quack-logger 🦆

Replace boring console.log with the mighty quack of a duck!

Installation

Install via npm:

npm install quack-logger

Usage

Option 1: Import and Use

const { quack } = require("quack-logger");

quack("Hello, world!"); // Outputs: 🦆 QUACK: Hello, world!

Option 2: Global Quack (Optional)

Simply require the package to make quack available globally:

require("quack-logger");

quack("Global logging with ducks!"); // Outputs: 🦆 QUACK: Global logging with ducks!

Why Quack?

Because debugging should be loud, clear, and funny. Quack your way to better logs! 🦆

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago