1.0.9 • Published 12 months ago

chalk-konsole v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Chalk Konsole

A small library which exposes some helpful utilities for using the Chalk library in the console. This is an early version and currently contains only a few methods, but will be expanded in the future.

Installation

npm install --save chalk-konsole

Usage

import konsole from "chalk-konsole";

konsole.err("Something went wrong", "This is why");

output

Methods

MethodDescription
errPrints an error message with red indicator and optional reason.
warnPrints a warning message with yellow indicator and optional reason.
infoPrints an info message with blue indicator.
successPrints a success message with green indicator.
1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

0.0.2

1 year ago

1.0.0

1 year ago