Your message

This commit is contained in:
creations 2025-04-22 20:07:18 -04:00
parent c7f220afd8
commit 5906a579cb
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -14,19 +14,19 @@ A lightweight console and file logger with color-coded output and timestamped en
## Installation
```bash
npm install @creations/logger
npm install @creations.works/logger
```
Or with Bun:
```bash
bun add @creations/logger
bun add @creations.works/logger
```
## Usage
```ts
import { logger } from "@creations/logger";
import { logger } from "@creations.works/logger";
logger.info("This is an info message");
logger.warn("This is a warning", { breakLine: true });