1.0.9 • Published 2 years ago

chalk-konsole v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.0.2

2 years ago

1.0.0

2 years ago