Your message
This commit is contained in:
parent
c7f220afd8
commit
5906a579cb
1 changed files with 3 additions and 3 deletions
|
@ -14,19 +14,19 @@ A lightweight console and file logger with color-coded output and timestamped en
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install @creations/logger
|
npm install @creations.works/logger
|
||||||
```
|
```
|
||||||
|
|
||||||
Or with Bun:
|
Or with Bun:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun add @creations/logger
|
bun add @creations.works/logger
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
import { logger } from "@creations/logger";
|
import { logger } from "@creations.works/logger";
|
||||||
|
|
||||||
logger.info("This is an info message");
|
logger.info("This is an info message");
|
||||||
logger.warn("This is a warning", { breakLine: true });
|
logger.warn("This is a warning", { breakLine: true });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue