# @jfonx/console-utils

> View error information, log information, and more. at the Consol.

Latest version **1.0.3** (published 2019-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jfonx/console-utils
pnpm add @jfonx/console-utils
yarn add @jfonx/console-utils
bun add @jfonx/console-utils
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-06-03 |
| First published | 2019-06-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Justkey |
| Maintainers | justkey |

## Links

- npm: https://www.npmjs.com/package/@jfonx/console-utils
- npm.io page: https://npm.io/package/@jfonx/console-utils

## Dependencies (1)

- [colors](https://npm.io/package/colors.md) ^1.3.3

## Recent versions

- 1.0.3 (latest) — 2019-06-03
- 1.0.2 — 2019-06-03
- 1.0.1 — 2019-06-03

## README

# console-utils

View error information, log information, and more. at the Consol.

## Installation

```sh
npm install @jfonx/console-utils
```

## Usage

```typescript
import { Output } from '@jfonx/console-utils';

Output.info('Hello word');
Output.error('Hello word');
Output.warning('Hello word');
Output.success('Hello word');
Output.clear(); //console.clear()
```

---
_Source: https://npm.io/package/@jfonx/console-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
